You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by to...@meinsenf.at on 2001/11/02 03:13:15 UTC

Re : Sharing Session between frame jsp

use javascript, to refresh the left frame after loading (and creating the session) the right frame ...
if you don't use cookies use the URLencoded URL for the left frame

michi

--------------------------------------------------------------------------
2001�Oct�31�-�19:32
Robin Lee <te...@uls.com>
--------------------------------------------------------------------------
>Hi,
>
>This is how it works.
>
>I have a frame page with two frames (left.jsp and main.html).
>On the left, the user can login on the main frame by clicking on login (from
>the left.jsp).
>They can log in just fine.  Session is created in the main frame.  No
>problem.
>
>Problem is, I want to get the same session on the left frame so i can get
>their user information.
>
>Is there any way to make this possible?  I've tried a few ways to share
>between the two frames, but nothing works in that regards.  Does anyone have
>any ideas?
>
>Thanks.
>
>...Robin
>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>