IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.
Answer Posted / anwar sadat.a
Yes,
Request.Cookies["UserCoook"].Expires = DateTime.Now;
Likewise we can able to set time fro cookies
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the boxing and unboxing concept in .net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain About WebService
Tell me the code snippet to show how we can return 404 errors from HttpError?
Can more than one person use the same login?
What are Master Pages in ASP.NET? or What is a Master Page?
What does asp.net stand for?
Describe the .net base class library.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is server side in asp.net?
What is server components?
What I need to create and run an asp.net application?
Name the two properties are on every validation control?
Where is session data stored in asp net?
In asp.net, how can you validate drop down box?