users@glassfish.java.net

Re: sharing sessions between applications in a same EAR

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Fri, 10 Jul 2009 09:44:55 -0700

On 07/10/09 03:30 AM, Felipe Gaścho wrote:
> is it possible to share a session between two web applications
> deployed in a same EAR ? how ?
>

No, HTTP sessions (if that is what you or the "other guy" are referring
to) are always
scoped to a web application, regardless of how it is bundled.


Jan

> * it is a question from other guy.. don't ask me why they have two web
> apps sharing the same session :)
>
>