You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Veselin Kovacevic <ve...@promonte.com> on 2003/10/14 09:30:56 UTC

How I can share sessions between applications?

How I can share sessions between applications on same server?
 
Veso

Re: How I can share sessions between applications?

Posted by Tim Funk <fu...@joedog.org>.
You can't, it violates the spec. You'll need another data sharing mechanism. 
For example, EJBs, database, or static class at the common classloader.

-Tim

Veselin Kovacevic wrote:

> How I can share sessions between applications on same server?
>  
> Veso
> 


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