-
Maintaining sessions in clustered web servers (3 messages)
- Posted by: Aniesh Chawla
- Posted on: December 02 2000 02:36 EST
Can someone tell me if it is possible to maintain sessions on the web server even if the weberver is clustered on two or more machines. How to set this up. ThanksThreaded Messages (3)
- Maintaining sessions in clustered web servers by Satish Vangipuram on December 02 2000 09:26 EST
- Maintaining sessions in clustered web servers by Aniesh Chawla on December 02 2000 10:14 EST
- Maintaining sessions in clustered web servers by Saruman White on December 04 2000 03:22 EST
- Maintaining sessions in clustered web servers by Aniesh Chawla on December 02 2000 10:14 EST
-
Maintaining sessions in clustered web servers[ Go to top ]
- Posted by: Satish Vangipuram
- Posted on: December 02 2000 09:26 EST
- in response to Aniesh Chawla
i believe that session tracking is a software effort and hence it should be possible in theory. I havent done it with webservers but have done it database servers where my databases would be spread accross different machines. the session tracker would work just fine.
let me see if i can post the setup. it might take a while before i could do that though... -
Maintaining sessions in clustered web servers[ Go to top ]
- Posted by: Aniesh Chawla
- Posted on: December 02 2000 10:14 EST
- in response to Satish Vangipuram
Thanks Satish. I'll wait for that. I intend to use Apache and Tomcat for this. -
Maintaining sessions in clustered web servers[ Go to top ]
- Posted by: Saruman White
- Posted on: December 04 2000 15:22 EST
- in response to Aniesh Chawla
WebLogic definitely provides for session tracking across clustered servicies. I cannot really describe the setup for a couple of reasons. Frist, they provide tons of documentation about it, second, this is not enough and you have to struggle with this for some time and then you are not quite sure what you did. But for simple cases this is not that difficult. Look at their site.