You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Riddoch <Ma...@athoa.com> on 2003/07/01 18:14:51 UTC

Sharing a session between multiple frames

I have a webapp that makes use of the session to store a key to track 
the current state of a user. This all works fine under Tomcat 4.0 but 
when I move to 4.1 on Linux I get a problem as soon as I start invoking 
multiple frames on a page. It seems that a different thread is used for 
the two frames on my page, and that the new thread that gets invoked 
doesn't have the session object any more. Does anybody know of a way to 
change the configuration of  Tomcat 4.1 so that I share the session 
between the two frames?

Thanks
Mark.






---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org