Hi,
If I remove the cookies in my browser, the ACL in my application becomes
null...
If I add cookies="false" in server.xml of Catalina, I get an Infinite
Redirect Error. :-(
I read the
http://jakarta.apache.org/turbine/proposals/browser-bound-app-context.html
In it I can read : "If opening of windows in a multi-windowed application is
utterly under control of the application (the window is created using
JavaScript, with context identifier token removed from the URL, to inform
the application that it needs to create a new context) window contexts will
work fine."
How is it possible to create new window with JavaScript with context
identifier token removed from the URL when I use cookies ?
Do I miss something ?
Any idea, why I get an Infinite redirect error when I set cookies="false"
for Catalina ?
Any help is welcome.
thanks
Herv�
> -----Original Message-----
> From: John McNally [mailto:[EMAIL PROTECTED]]
> Sent: jeudi, 21. juin 2001 18:18
> To: [EMAIL PROTECTED]
> Subject: Re: New session for new browser window
>
>
> Do you have cookies shut off so that you can have two
> sessions going at
> once? Try to get it working by shutting off cookies in your browser,
> then if you can get that working you can shut off the cookie on the
> server side in your server.xml with <context cookie="false"> or maybe
> cookies="false" This will place the session id in the url
> regardless of
> the browser setting.
>
> john mcnally
>
> Herv� Guidetti wrote:
> >
> > Hi,
> > I have a user list. When I select a user in this list, I'd
> like to create a
> > *new* window of my browser and then log as him.
> >
> > I try something like <a
> >
> href="$link/template/myTemptale.vm/action/LoginUser/username/t
> heUser/passwor
> > d/pwd" target="_blank">log</a>
> >
> > The problem is : if I use target="_blank" it create a new
> bowser but with
> > the same session id. So it logs as the user and log me out
> in the other
> > windows (because the 2 windows have the same session id).
> >
> > My question is : how can I create a new windows with
> another session id or
> > how can I tell Turbine to create a new session for the new window?
> > Do you have another idea to revolve the problem ?
> >
> > Thanks for yur help.
> >
> > Herv�
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]