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" />
Differentiate between int32 and int?
Write the difference between the Literal control and Label control?
Write the difference between unmanaged and managed code?
Explain the concept of strong names.
Write the difference between Arrays and Collection?
Illustrate the term Namespace also its uses?
Illustrate the benefit of option strict on? Describe in brief.
Write down in brief, the objects in asp.net and state the main purpose of such objects?
What is the EventLog class?
Differentiate between the HtmlInputRadioButton or HtmlInputCheckBox control?
18,76,764
1940729 Asked
3,689
Active Tutors
1431472
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!