webfarm with state server session mode
-
hi all I am trying to create a web farm in iis6. I have set session mode=stateserver. But the session expires frequently .please guide on this Tejesh
tejesh123 wrote:
But the session expires frequently .please guide on this
Be more specific. Does it time out? Does it simply lose the session when it transfers to another machine in the farm? Have you synchronised the machine key across the servers? Have you ensured that the IIS Identfier is the same for the website across all servers? Can each of the web servers see the state server?
*Developer Day Scotland - Free community conference Delegate Registration Open
-
tejesh123 wrote:
But the session expires frequently .please guide on this
Be more specific. Does it time out? Does it simply lose the session when it transfers to another machine in the farm? Have you synchronised the machine key across the servers? Have you ensured that the IIS Identfier is the same for the website across all servers? Can each of the web servers see the state server?
*Developer Day Scotland - Free community conference Delegate Registration Open
-
hi all I am trying to create a web farm in iis6. I have set session mode=stateserver. But the session expires frequently .please guide on this Tejesh
Hope this article will help you Exploring Session in ASP.NET
cheers, Abhijit CodeProject MVP
-
Hope this article will help you Exploring Session in ASP.NET
cheers, Abhijit CodeProject MVP
-
Thx Abhijit a very nice article on Session state management.. Well i am testing the same for the Web garden getting session timeout. I also edited the machine.config file for webgarden=true and also set the appropriate cpu mask.. Am i missing something
Did you gone through the all question that asked by colin? Does you State Server Process Is running? Database is configure properly ?
cheers, Abhijit CodeProject MVP
-
tejesh123 wrote:
Thx for the Soln
That shows either you did not read the reply or you're too ignorant to differentiate between question and comment. If you can not understand such simple reply, I wonder how you will resolve your issue? You could have simply thanked for the reply and mentioned you look into it, or get back to him later, which shows your gratitude and comprehension. :doh:
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
Did you gone through the all question that asked by colin? Does you State Server Process Is running? Database is configure properly ?
cheers, Abhijit CodeProject MVP
Sorry to frame wrong question. My session expires when it tries to jump among CPU's .Yes the state server is configures properly and the database is also working properly. No issues when no of worker processes set to 1,but soon they are increased it times out. I have already added state server in web.config and webgarden also set to true in machine.config It seems to be I am missing out some step ,cant get exactly where..?