IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.
Yes,
Request.Cookies["UserCoook"].Expires = DateTime.Now;
Likewise we can able to set time fro cookies
Is This Answer Correct ? | 12 Yes | 0 No |
hi im shailendra singh my question is how we deploye the data base
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Define application state variable and session state variable?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
How many types of cookies are available in asp?
What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object
7 Answers Bunzl Vending, Syntax Softtech,
How can we prepairing Interview
How many view state can be hold by a aspx page ?
What are the uses of list view control in Asp.net?
About session modes
Difference between overriding and overloading?
Explain Authentication mechanism in dotnet