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" />
Two catch blocks can be executed or not?
State the reason why workflows are based on the Extensible Models.
How we can dynamically add the user controls to the page?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
Explain about LinqDataSource control?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Web form belongs to which class in a .NET Framework class hierarchy?
Describe the naming conventions that are necessary for XML elements tags?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
Write down in brief the various types of Triggers in the WPF?
18,76,764
1940044 Asked
3,689
Active Tutors
1447486
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!