i use liferay6.5 clustered with none-sticky load-balancer and i store liferay session in JDBCStore
every thing work fine for me but my problem is i need to make static session ID created for each user
for example when user "test" log in to nod1 new session ID created and if the same user log in to Nod2 new session created so the session replication is losted between the two nods in the clustering, and this caused me problem if on node crashed so the user will log out from the portal
so how i can solve such thing
PS. no plane for now to change the load balancer to Sticky session because we used F5 hardware load balncer
Please sign in to flag this as inappropriate.