[infinispan-issues] [JBoss JIRA] (ISPN-465) HTTP session management for Tomcat
Zdenek Henek (JIRA)
issues at jboss.org
Wed Aug 6 02:38:30 EDT 2014
[ https://issues.jboss.org/browse/ISPN-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990602#comment-12990602 ]
Zdenek Henek commented on ISPN-465:
-----------------------------------
I did some implementation POC here https://github.com/zvrablik/tomcatInfinispanSessionManage
but I didn't finish this to production state. Feel free to fork and continue
I would recommend not to use session at all. Separate into multiple caches. Don't cache for one user but cache atomic parts separately to be able to use by multiple users.
User state keep on client side where possible
AND keep you application server side as much state less as possible.
> HTTP session management for Tomcat
> ----------------------------------
>
> Key: ISPN-465
> URL: https://issues.jboss.org/browse/ISPN-465
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Server
> Reporter: Manik Surtani
> Priority: Minor
> Labels: community_contributor_needed, hackathon
>
> Session management plugin for Tomcat, to allow running Tomcat in non-clustered mode and having all clustering of session state managed by Infinispan.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the infinispan-issues
mailing list