Answer Posted / 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 View All Answers
What is a .DLL and .EXE files called in .NET?
What is "microsoft intermediate language" (msil)?
What is the difference between override and overload in a method?
What is .net debug & trace?
Will it go to finally block if there is no exception happened?
Explain the difference between managed and unmanaged code?
Types of evidence in .net with context to CAS
How many design patterns can be created in .net?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is a metadata in .net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
How will you make .NET programs work in Linux ?
Do I have any control over the garbage collection algorithm?
What tools is used to develop .NET applications?
What is .net latest version?