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" />
Differentiate MDI form and a standard form?
What is meant by the DTD?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
What do you understand by the term states in ASP.NET?
Why Windows Installer is used?
Explain the use of Role-based security?
Name some of the binders which are offered by .NET Framework 4.0.
Briefly explain about Web server controls in ASP.NET?
What is Class?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
18,76,764
1923877 Asked
3,689
Active Tutors
1454099
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!