|
A session is the duration of connectivity between a client
and a server application...............
Read
answer
Session Identifier is used to identify session. It has
SessionID property. When a page is requested, browser sends a cookie with a
session identifier..............
Read answer
The advantages of using session state are as follows:
It is easy to implement.
It ensures data durability, since session state retains data even if ASP.NET
work process..............
Read answer
ASP.NET supports three Session State modes. InProc,
State Server, SQL Server.................
Read answer
Define state management in ASP.NET.
Define Client-side state management and Server-side state
management............
Application state variables, Session state variables, Point to be noted about
Application and Session state variables..........
PreviousPage property is set to the page property of the nest page to access the
viewstate value of the page in the next page............
Server events, State management, Browser detection, Properties.............
If a site happens to not maintain a ViewState, then if a user has entered some
information in a large form with many input fields and the page is refreshes,
then the values filled up in the form are lost...............
SAO Server Activated Object (call mode): lasts the lifetime of the server. They
are activated as SingleCall/Singleton objects. It makes objects
stateless.................
|