Can anyone explain when to use state server or Sql server to save sessions.

  • Thread starter Thread starter Bhuwan Bhaskar
  • Start date Start date
B

Bhuwan Bhaskar

Hi,

Can anyone explain when to use state server or Sql server to save sessions.

Thanks,
Bhuwan
 
I am new for ASP.net. As I know, both can be used to save session if you
are using web farm.

Thanks,
Bhuwan
 
The best time that you may us this is if you're using a web farm and
the request may not go back to the orginal server.

You are confusing inproc sessions with state server and SQL Server, both of
which can be used in a web farm / web garden...
 
Back
Top