| | |
Create a permanent cookie
Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
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 2.0 3.5 activexcontrol ajax alltypeofvideos asp asp.net bc30451 beginner bottomasp.net browser businesslogiclayer c# c#gridviewcolumn cac checkbox class commonfunctions compatible confirmationcodegeneration content contenttype countryselector courier dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deployment development dgv dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv formatdecimal forms formview gridview gudi homeedition iis javascript jquery listbox menu microsoft mouse mssql nameisnotdeclared news opera panelmasterpagebuttoncontrols problem redirect registration relationaldatabases reportemail schoolproject security serializesmo.table sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webdevelopment webprogramming webservice youareanotmemberofthedebuggerusers





