Vaibhav A. Karkhanis

Greenhorn
+ Follow
since Sep 14, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Vaibhav A. Karkhanis

Thanks a lot James....The information is very useful..
15 years ago
Actually yes..the scenario is that there is clustering between app servers. So I think I should be fine if I don't explicitly maintain session states...Just to ensure I got the explaination in the previous post correct....If I have a web-tier in front of the application-tier, I can use it as the Load Balancer, incase I don't cluster the app-servers...am I correct?
15 years ago
Thanks for the prompt reply......This not a distributed application as such...Just a single war file deployed on one jvm clustered with another jvm..so a request from a client can be served by either of the jvms....Just wanted to understand and know the best approach to maintain session in this situation. Also can I request for more detailed explaination on session affinity, as I am not too well versed with it....
15 years ago
What would be the best way to maintain session between clustered jvms in case there is no session affinity?
15 years ago