Working of cookie less session
Explain the working of cookie less session?
Expert
ASP.NET handles a session state in same process which processes a request and does not generate the cookie. It is known as the cookie less session. Cookies are not available, a session is tracked through adding the session identifier to a URL. A cookie less session can be enabled using following code:
<sessionState cookieless="true" />
Distinguish among a Thread and a Process?
How we can prevent validation control from validating data at client end?
Name the parent class which is used to create all Windows services in .net?
What is meant by Delegate?
Explain how exception handling is changed in the .NET Framework 4.0?
Specify the process of execution for the managed code.
Describe in brief regarding the performance of Visual basic?
Describe the role of new keyword in brief.
How an ellipse is created, which is non- rectangular window?
List the classes which are introduced in the System.Numerics namespace?
18,76,764
1947604 Asked
3,689
Active Tutors
1434427
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!