| | |
Create a permanent cookie
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2005
Posts: 21
Reputation:
Solved Threads: 2
I found this:
How do you create a permanent cookie?
Posted in ASP.Net Interview Questions
If u want a cookie which never expires set it's "Expires" property equal to "DateTime.maxValue". Example:
How do you create a permanent cookie?
Posted in ASP.Net Interview Questions
If u want a cookie which never expires set it's "Expires" property equal to "DateTime.maxValue". Example:
asp.net Syntax (Toggle Plain Text)
<% Response.Cookies("username") = "you" Response.Cookies("username").Expires = Date.MaxValue %>
Last edited by peter_budo; Dec 29th, 2008 at 11:21 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Similar Threads
- IE6/IE7 unexpectedly drops the PHP Session ID cookie (PHPSESSID) (PHP)
- Skipping computer (Windows NT / 2000 / XP)
- PHP cookie question (PHP)
Other Threads in the ASP.NET Forum
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# c#gridviewcolumn cac checkbox click commonfunctions confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dialog dropdownlist dynamically edit expose fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





