On Mon, 5 Jul 2004, Ron Savage wrote:

> Hi Folks
>
> The 2 scripts are the same, just differing in the PARAMS:
> My::Application -> new(PARAMS => {target => 'left'}) -> run();
> My::Application -> new(PARAMS => {target => 'right'}) -> run();
>
> The problem is that each script creates its own CGI::Session session,
> so that when a user operating in the right frame sets options,
> the session in the left frame is unaware of the changed options.
>

Ron, decidedly I am not an expert on the session management thing but
I don't understand why is this different - from the point of view of
the session management code - than accessing two separate pages
one after the other.
Maybe you can show us part of your code to understand it better ?

Gabor


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to