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 meant by .Net framework?

1 Answers  


Explain what is the difference between response.redirect & server.transfer?

0 Answers  


What is Nothing permission set in .Net

1 Answers  


What's the problem with .net generics?

0 Answers  


Explain about .Net products?

0 Answers  


What are three common acronyms used in .net, and what do they stand for?

0 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


How many types of design patterns available in .NET?

0 Answers  


Explain the process of compilation in .NET?

0 Answers  


What is interface and abstract class in .net?

0 Answers  


In code behind class, name the type of code found. Is it the server side code or client side code?

0 Answers   Accenture,


What is Finalizer in .NET define Dispose and Finalize ?

0 Answers   MCN Solutions,


Categories