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" />
What is meant by the term Assembly?
What is connection pooling? And name the pre-requisites used for connection pooling?
Why the UpdateProgress control is used in the AJAX?
Write about the SOAP encoding?
What is meant by the term Global Assembly Cache (GAC)?
What is the difference between HTTP-Post and HTTP-Get?
Explain the MSIL(Microsoft Intermediate Language) ?
Distinguish among Compiler and Interpreter?
Explain what is a Static Constructor?
Explain, what is an XML schema?
18,76,764
1959244 Asked
3,689
Active Tutors
1438420
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!