[jboss-jira] [JBoss JIRA] Created: (JBAS-7095) HA Web Sessions via Database Persistence
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Jul 13 16:20:29 EDT 2009
HA Web Sessions via Database Persistence
----------------------------------------
Key: JBAS-7095
URL: https://jira.jboss.org/jira/browse/JBAS-7095
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Clustering, Web (Tomcat) service
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: JBossAS-5.2.0.Beta1
Occasionally we receive input from the JBoss AS user community that they'd like to see an option to use database persistence as a mechanism to make web sessions highly available. The basic use case we here for this is environments where sessions need to be available to AS instances located across a WAN. JBoss Cache/JGroups clusters can span a WAN but often users find it impractical to configure their cluster(s) in that way. However, their IT infrastructure already supports making RDBMS data accessible across the WAN. So, persisting sessions to the DB makes them available across the WAN.
This JIRA is to create a session Manager impl that satisfies this request. It will be based on the distributed session manager code that we use with JBoss Cache replication, but the implementation of the DistributedCacheManager SPI that manager uses will be replaced with a version the interacts with a RDMBS.
See http://www.jboss.org/community/wiki/HAWebSessionsviaDatabasePersistence for details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list