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 what is C#?
What is the function of "EnableViewState" property? Why do we require it On or Off?
List some of the new features of ASP.NET AJAX 4.0?
Write the importance of the Button control?
Describe briefly LINQ (Language Integrated Query)?
State the purpose of DataView?
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
What are the different ways to manage state in ASP.Net?
By what way we can recognize that the page is PostBack?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
18,76,764
1924603 Asked
3,689
Active Tutors
1457223
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!