[jboss-user] [Datasource Configuration] - Re: Jboss 7.x - HA Web Sessions via Database Persistence with Oracle
Paul Ferraro
do-not-reply at jboss.com
Thu Jul 5 11:42:41 EDT 2012
Paul Ferraro [https://community.jboss.org/people/pferraro] created the discussion
"Re: Jboss 7.x - HA Web Sessions via Database Persistence with Oracle"
To view the discussion, visit: https://community.jboss.org/message/746417#746417
--------------------------------------------------------------
Ben,
You're right - configuring HA web sessions in this way is not quite as robust as the traditional replication approach. A shared database session store *requires* sticky sessions (this is not a requirement for replicated sessions) - so the kind of bouncing you're talking about would only occur if the instance A was actually unavailable (crash, undeploy, restart, etc.), thus instance A would no longer know about the session in question and would look for it in the database, and when not found, assume it does not exist (or was invalidated).
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/746417#746417]
Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120705/a72f81cf/attachment.html
More information about the jboss-user
mailing list