You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eugen Bushuev <bu...@lucky.net> on 2003/07/28 08:38:03 UTC

modules sessions

Hi.
Is it possible to have for each module separate jsp session? I.e. to 
have several session cookies with different paths matching app. modules?

senx & wbr,
eugen.

-- 
С уважением, Е.Бушуев.


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


Re: modules sessions

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Mon, 28 Jul 2003, Eugen Bushuev wrote:

> Date: Mon, 28 Jul 2003 09:38:03 +0300
> From: Eugen Bushuev <bu...@lucky.net>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> To: struts-user@jakarta.apache.org
> Subject: modules sessions
>
> Hi.
> Is it possible to have for each module separate jsp session? I.e. to
> have several session cookies with different paths matching app. modules?
>

If you want to make the modules have separate sessions, you can make them
separate web applications instead.

> senx & wbr,
> eugen.

Craig

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


RE: modules sessions

Posted by Steve Raeburn <sr...@apache.org>.
No, the session is associated with the web application and is controlled by
the container, not by Struts.
You'll need to set cookies in your own application to track per module
information.

Steve

> -----Original Message-----
> From: Eugen Bushuev [mailto:bu@lucky.net]
> Sent: July 27, 2003 11:38 PM
> To: struts-user@jakarta.apache.org
> Subject: modules sessions
>
>
> Hi.
> Is it possible to have for each module separate jsp session? I.e. to
> have several session cookies with different paths matching app. modules?
>
> senx & wbr,
> eugen.
>
> --
> С уважением, Е.Бушуев.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>



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