-
15. Re: Shared session data, JBAS-1909
wikijuarezjunior Jan 17, 2006 7:53 AM (in response to starksm64)Hello Brian and Ben,
Do you have any news regarding this session replication mechanism, regarding my last post here?
We're looking forward to your reply.
Best Regards,
Juarez -
16. Re: Shared session data, JBAS-1909
brian.stansberry Jan 17, 2006 12:44 PM (in response to starksm64)I think as long as the clustering is only used for failover, allowing a shared session to be clustered should be doable technically.
So the question is really just a policy one -- do we allow a configuration option that people can easily misuse? Personally, I think we should, and just make it clear in the docs that if a shared session is clustered, it should be for failover purposes only, not for concurrent access across servers. Most use cases of http session clustering are for failover anyway.
Ben, what do you think about this? -
17. Re: Shared session data, JBAS-1909
ben.wang Jan 17, 2006 8:06 PM (in response to starksm64)I am fine with it. In the clustered case, what about sso? Will they be able to share it as well?
-
18. Re: Shared session data, JBAS-1909
brian.stansberry Jan 17, 2006 9:05 PM (in response to starksm64)The sso is controlled by a cookie scoped to "/", so any webapp associated with the same hostname can participate in the sso. Tomcat has added the ability to scope the cookie to an arbitrary domain (e.g. xyz.jboss.com or jboss.com or even .com), so this will greatly increase flexibility. This is still not in a stable TC release though, and won't be in JBoss until our next release after TC votes another release as stable.
-
19. Re: Shared session data, JBAS-1909
wikijuarezjunior Jan 24, 2006 7:20 AM (in response to starksm64)Hello Ben and Brian,
Just wanted to let you know that we do not need to use an arbitrary domain. By now, we just need to use webapps associated with the same hostname. This allows them to participate in the sso, am I right?
Please let me know if the requirements are clear now as well as when this feature is going to be available.
Best Regards,
Juarez Junior
Unisys -
20. Re: Shared session data, JBAS-1909
ssunduko Mar 11, 2006 3:14 PM (in response to starksm64)Hi guys. Any progress on this? We really need this feature as well
Thanks,
Sergey L. Sundukovskiy
Sr. Director, Architecture
LowerMyBills.com -
21. Re: Shared session data, JBAS-1909
brian.stansberry Mar 11, 2006 8:45 PM (in response to starksm64)See http://jira.jboss.com/jira/browse/JBAS-2861 to track the expected completion of this issue (currently 4.0.5.CR1).
-
22. Re: Shared session data, JBAS-1909
wikijuarezjunior Jun 12, 2006 3:13 PM (in response to starksm64)Hello Brian Stansberry,
May you please inform the current status of this feature implementation?
I checked the link below but nothing is being logged there and planning is not clear as well.
http://jira.jboss.com/jira/browse/JBAS-2861
I'm looking forward to your reply.
Best Regards,
Juarez Barbosa Jnr - Unisys -
23. Re: Shared session data, JBAS-1909
christophea Sep 7, 2007 9:56 AM (in response to starksm64)This is an old subject now...
Could anybody from the JBoss AS team give us some feed back on session sharing at the ear level and JIRA http://jira.jboss.com/jira/browse/JBAS-2861 ?
A month ago or so, the issue was still on JBoss 4.2.2 AS roadmap. Not any more... -
24. Re: Shared session data, JBAS-1909
lesquivel Feb 23, 2010 11:56 AM (in response to starksm64)Hello,
Last reply for this was in 07. Is there a new status? Is this available in any way for jboss-5.1.0.GA? Is this still being worked on? https://jira.jboss.org/jira/browse/JBAS-2861 has not been updated either.
Thank you.
-
25. Re: Shared session data, JBAS-1909
brian.stansberry Feb 23, 2010 1:49 PM (in response to lesquivel)I would very much like to find a contributor to work on this, since for a loooong time now I'm not finding time to do it. -
26. Re: Shared session data, JBAS-1909
lesquivel Feb 24, 2010 12:54 PM (in response to brian.stansberry)Thanks Brian for answering.
I wish I could and knew how to add that feature. In addition to being brand new to JBoss and not knowing how it all works together yet, I don't have any time available at this time. Otherwise I would volunteer. It would be a great feature to have available.
Thanks again.
-
27. Re: Shared session data, JBAS-1909
jmfaerman Jul 21, 2011 2:01 PM (in response to starksm64)This would be important for me too.
I am working on a telecom project where we are migrating very old apps from WebSphere Mainframe to JBoss AS.
They have only a login page that sets the session for every directory (a.k.a application) in the server.
So it would be very good if i could migrate the apps and have the sessions shared, as they do in websphere, so i can migrate "as is" (we don't even have sources for most of those apps).
Is there any update on this issue? I see that it was "timed out" in JIRA....
-
28. Re: Shared session data, JBAS-1909
jfclere Jul 22, 2011 1:56 AM (in response to jmfaerman)Are you sure it is JBAS-1909?
-
29. Re: Shared session data, JBAS-1909
jmfaerman Jul 22, 2011 9:33 AM (in response to jfclere)Ops... it seems that it is now 2861 - https://issues.jboss.org/browse/JBAS-2861
The best solution i found is to modify the session manager to ignore context names.
The current problem is that this is only possible after JBoss ORG 6.0.0 M2:
https://issues.jboss.org/browse/JBAS-7447
And i need it on EAP 5.1.1. But i guess that is easier to solve...