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/theUser/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]