1
Reply

What are the different modes for the sessionstates in the web.config file

kalyan

kalyan

Sep 01, 2006
4.8k
0

    Off Indicates that session state is not enabled.
    Inproc Indicates that session state is stored locally.
    StateServer Indicates that session state is stored on a remote server.
    SQLServer Indicates that session state is stored on the SQL Server.

    kalyan
    September 01, 2006
    0