AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Persistent Logins Under ASP.NET 2.0 : Eric Smith

Friday, September 05 2008

For some sites, allowing users to "save their passwords" is not a major security concern, and it speeds up the user's ability to interact with the site. Assuming your site security can allow for persistent logins, this feature also is easy to provide. Under ASP.NET 1.x, the built-in FormsAuthentication enabled this very easily: it simply specified a True argument when the user ID was saved using FormsAuthentication.RedirectFromLoginPage....

Read More:
Persistent Logins Under ASP.NET 2.0 : Eric Smith
Also See:
Accessing data using Language Integrated Query (LINQ) in ASP.NET WebPages – Part 1 : Balamurali Balaji
Understanding Script Injection Attacks : Sanjit Sil
ObjectDataSource in Depth (Part 1) : Manuel Abadia
Master/Detail Part 2: Filtering With Two DropDownLists : Scott Mitchell
ObjectDataSource in Depth (Part 2) : Manuel Abadia

Post your comment

Comment