Explain different types of cookies in .NET?



Explain different types of cookies in .NET?..

Answer / hrindows@gmail.com

There are mainly two types of cookies in .NET. One is a session cookie that resides on the client machine for a single session till the time the user logs out. The other is a persistent cookie that resides on the user machine for a specified period fixed for its expiry, which could be an hour, week, or a month.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the use of design pattern?

0 Answers  


Explain weg config settings for exception managment in asp.net?

1 Answers   C Squared Systems,


What are the types of assemblies in .net?

0 Answers  


Difference between class and interface in .net?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect?

4 Answers  






What's wrong with a line like this? Datetime.parse(mystring);

0 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

0 Answers  


how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?

1 Answers  


What is STA in .NET?

0 Answers  


What is file extension of Webservices in .Net?

0 Answers   Arigo Infotech,


What method do you use to explicitly kill a users session? How?

0 Answers  


What is the managed and unmanaged code in .net?

2 Answers  


Categories