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" />
Explain some of the versions of .NET?
Specify what does term “managed” mean within the .NET context?
Explain about LinqDataSource control?
What do you mean by the term Transport and Message Reliability?
How can height of a combo box drop-down list can be adjusted?
By which method we can sign out from the forms authentication?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
What do you mean by the term XML Infoset?
In what way we can auto size the button to fit the text?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
18,76,764
1941691 Asked
3,689
Active Tutors
1454005
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!