You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/03/23 17:58:48 UTC

DO NOT REPLY [Bug 33182] - Session ID inconsistent on include/forward between web applications

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33182>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33182


yoavs@computer.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From yoavs@computer.org  2005-03-23 17:58 -------
I would suggest another alternative: if your requirement is to share data
between web applications, one way to do it is with an object (possibly a
singleton, depending on your requirements) living in the shared or common
classloader repositories.  Tomcat (and other containers) supports this easily
out of the box.   If you do this, you're not subject to any session-specific
rules such as the attributes being Serializable.

Since neither Jan nor anyone else has stepped up to address this issue in over
two months now, I'm closing it as WONTFIX, and I encourage you to consider the
above recommendation.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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