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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top