Answer Posted / swetha
set expires property to Date.max value
i.e httpcookie.Expires= Date.maxvalue
Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
How Can assign alias name for ASP.NET Web API Action?
Which validator control you use if you need to make sure the values in two different controls matched?
How does a content page differ from a master page?
Which method is used to perform all validation at the page level?
How do you implement sql caching in asp.net?
What is special types forms
How many types of controls are there in asp.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is query string with example?
What describes a query?
Explain the main function of razor in asp.net? : asp.net mvc
Contrast OOP and SOA. What are tenets of each ?
In asp.net, how can you validate drop down box?
What is difference in .net 1.1 and .net 2.0?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.