I have an issue related to Jboss , Session Management.
 
We have a Struts deployment running on jboss-4.0.2.
While entering the application , we come across the login page. On a successful 
login,the server passes on control to the application on a different server 
which creates a new session. 
 
If he sets 'Remember Me' which stores the username and password in the Cookies 
the session is lost between two action calls. As in , On a sysout in the two 
actions for the SessionId (session.getId()) we get two different session Ids 
which is causing a lot of things to fail. However , The application runs fine 
if the user does not set the remember Me' option while logging in. 
 
I think this is something to do with the Cookie/Session Management of 
JBOSS.Have you come across such a scenario before ?
 
I tried with the change in content.xml  
(JBOSS-HOME\server\default\deploy\jbossweb-tomcat55.sar):

 
It still gets a different session. 
Isn't cookie management a function of the app-server ?
 
Your inputs on this would be highly appreciated.

(I do not have access to the login page , since the authentication is done on a 
different server before the request comes to jboss)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952873#3952873

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952873

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to