| | |
How To Create A Remember Me Cookie
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jun 2005
Posts: 50
Reputation:
Solved Threads: 0
I am using aspx.vb to create a login page. I would like to create a remember me cookie using a checkbox that will help to remember user ID but will also allow it to be destroy if a different user ID wants to log in with the same computer, but i have no idea how to start. Any assistance? Thank you! :cry:
You might start with Forms Authentication in .NET. It automates the "remember me" cookie with the following method call.
Here's a place to begin learning more:
MSDN Documentation for SetAuthCookie Method
Cheers,
- Steve
ASP.NET Syntax (Toggle Plain Text)
FormsAuthentication.SetAuthCookie(userName, saveLogin);
MSDN Documentation for SetAuthCookie Method
Cheers,
- Steve
![]() |
Similar Threads
- Passing data from forms from one page to another (JavaScript / DHTML / AJAX)
- Forms Authorization/ Authentication using asp .net and vb .net (ASP.NET)
- Create .aspx page at runtime (ASP.NET)
- Shut Down And Saving Your Settings (Windows NT / 2000 / XP)
- cookie spoofing (Database Design)
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
- Have I been activated? (Geeks' Lounge)
- cookie matter (Database Design)
Other Threads in the ASP.NET Forum
- Previous Thread: Viruses
- Next Thread: Urgent: I need Help in c++.net!
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol ajax alltypeofvideos appliances application asp asp.net bc30451 beginner bottomasp.net box browser button c# cac checkbox commonfunctions control dataaccesslayer database datagridview datagridviewcheckbox datalist deployment development dgv dialog dropdownlist dynamic dynamically edit embeddingactivexcontrol expose feedback fileuploader fill findcontrol flash form formatdecimal formview gridview gudi iis image javascript listbox login microsoft mobile mono mouse mssql news novell numerical opera panelmasterpagebuttoncontrols parent radio redirect registration relationaldatabases reportemail save schoolproject search security select sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos view vista visualstudio web webapplications webdevelopemnt webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers





