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" />
Describe the concept of Bookmarks in WF 4.0.
Differentiate between the HyperLink control and the LinkButton control?
Write the difference between Select clause and the SelectMany() method in theLINQ?
Define the term Event.
Differentiate between authorization and authentication?
Write down the command which is used to run a batch?
Explain the services which UDDI offers to the Web applications.
Write about the architecture of ADO.NET in brief.
State the values that can be allocated to the DialogResult property of the Button control?
Explain Hashtable?
18,76,764
1947599 Asked
3,689
Active Tutors
1453922
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!