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 Extensible Markup Language (XML).
State the use of DropDownStyle property of the ComboBox control?
Explain briefly about server-side comments and also write its syntax?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Write down the command which is used to run a batch?
The controls are fully loaded in which event?
Name the namespaces that necessary to produce the localized application?
What are the different ways to manage state in ASP.Net?
Define the function of a ViewState property?
Is it possible to post and access view state in the other application?
18,76,764
1929889 Asked
3,689
Active Tutors
1451811
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!