Explain different types of cookies in .NET?
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 |
Give an example program for Getter /read-only methods in JAVA
What are the new 2.0 features useful for?
Explain the main components in .net?
Please explain the difference between constants and read-only variables?
What is the benefit of .net core?
Do you know what is linq?
What is loosely coupled solution in.net?
What is difference between static page and dynamic page?
What is the use of Treeview control?
What method do you use to explicitly kill a users session? How?
what will do to avoid prior case?
How can you assign an rgb color to a system.drawing.color object?