i have a struts web app that is used by another web-based application (not 
java) which calls the struts web app in a framed html page.  the non-java web 
app has it's own session tracking mechanism and can pass its own sessionid to 
the struts web app.

when the struts web app renders in the frame, jboss sets the jsessionid 
accordingly.  however, if the user logs out of the non-java app, jboss does not 
kill it's session, since the jsessionid cookie is still there until the user 
closes his browser.

is it possible to manually set the jsessionid cookie (in my struts web app) 
that jboss uses to control object caching on its session?  

i'm using jaas to validate the sessionid value that is passed from the non-java 
app to the struts web app; and i'd like to set the jsessionid cookie to the 
non-java app's sessionid.  i can create a new cookie with the same name as the 
jsessionid cookie, but which one would jboss use if there are two?  i'd rather 
not have two.  i'd rather just have one and be able to set it manually and have 
jboss use it as normal.  

anyone know if that's possible?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to