Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other ASP.NET Posts   Ask New Question  Ask New Question With Power Editor

How to set Remember Me in a Login Page
Caleb 05 posted at Tuesday, November 03, 2009 1:56 AM

Hello Frnd's...

Can anyone say how to set Remember Me in login page,When an user login once and check the checkbox that remember me,It should be stored.When he login again by giving username automatically it should fletch his password and make him to login.Aid me frnds to do this process.Awaiting for ur reply Experts...

Tks in Adv....

Caleb05
Reply    Reply Using Power Editor
  Rank Winnings Points
November 73 $0.00 1
October 0 $0.00 0
Most people do this with cookies
Robbe Morris replied to Caleb 05 on Wednesday, November 04, 2009 8:55 AM

Whenever the person logs in, you set some sort of cookie.  Then, when the user hits the site again and is not logged in, you read the value of the cookie and attempt whatever login procedures your site uses.
Reply    Reply Using Power Editor
Robbe has been a Microsoft MVP in C# since 2004. He is also the co-founder of EggHeadCafe.com which provides .NET articles, book reviews, software reviews, and software download and purchase advice.
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0