When the application is served from a web farm, a Session object CANNOT be used.
Is that true?
When the application is served from a web farm, a Session object CANNOT be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can use SQL-based sessions which can then in theory be accessed by any server in the web farm, with the correct configuration.
For a little more information : Configure SQL Server to Store ASP.NET Session State