1
|
Previously we have implemented sticky session.
Here's the link on our environment: Sticky Session in apache doesn't work
Our next task is to implement session replication.
We are current using tomcat example,
cart.jsp to demonstrate this behavior.
It is said that all session attribute must implement java.io.serializable.
Do you have any tips on where to implement it? We are following this tutorial closely.
tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
| |||
add comment |
Compilation of already published Articles/Ideas/Problems-Solutions which I faced or came across over the period of time. Largely a place for me to document it as note-to-self. Nothing serious. :)
Thursday, December 12, 2013
Subscribe to:
Post Comments (Atom)
out.print JSESSIONID
as well. you should see a new JSESSIONID but still get the correct value from session. – JoseK Sep 20 '11 at 10:31