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

Explain the main components in .net?

1 Answers  


Do you know what's the difference between .net and laravel?

1 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What is shared and repeatable inheritance?

1 Answers  


What is Meta Data? Explain Types of Assemblies

2 Answers   Deloitte,


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

1 Answers  


What is Method Overriding? How to override a function in C#?

1 Answers  


Name for built-in permission sets in .Net

1 Answers  


What are the new 2.0 features useful for?

1 Answers  


What?s a proxy of the server object in .NET Remoting?

1 Answers  


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

1 Answers  


What is Application Domain?

1 Answers  


Categories