How do you create a permanent cookie?
Answer Posted / laki
we can create a permanent cookies giving the expiry date .
So Set the 'Expires' property any value greater than
DataTime.MinValue with respect to the current datetime. If
u want the cookie which never expires set its Expires
property equal to DateTime.maxValue.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Explain diff. Betn dataset and recordset?
Do you support digital rights management to protect my videos?
How does output caching work in ASP.NET?
Fetch one page value to another page without using state-managment ?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is is post back property in asp net?
How to do state management in ASP.NET?
Explain Optimization technique description?
Can I stream live content/events?
How do I publish my asp.net application to my isp's web server?
Can you explain page lifecycle in net?
How to find last error which occurred?
What is active web pages?
Why cyclomatic complexity is important?
What is asp.net mvc5? : Asp.Net MVC