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
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Can we have multiple web config files for an asp.net application?
Explain the asp.net mvc folder conventions? : asp.net mvc
What are the difference between overriding and overloading?
What is the use of session?
What is a url string?
What is a runtime version?
How do you remove duplicates without using remove duplicate stage?
What is webresource axd?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is server side in asp.net?
Why is the standalone environment only useful during the development process?
What is session id in web application?
Describe session handling in a webfarm?
How does a content page differ from a master page?