>> Opening a new browser as a seperate process invokes a new session -
>> this is what happens when you use javascript, but NOT when you
>> open a new window. The window is a new thread in the same process
>> sharing the same session. The answer is that this is bloody
>> difficult to do. Check the archive.
>
> I need to be able to size the window and stuff... so javascript is the
> only way to do it really... thats why I am thinking I should store that
> jsessionid in a persistent cookie... and just check and set that
> somewhere... is the cookie stuff handled by turbine? I didn't notice
> anything specific in TurbineRunData... I'll give it a deeper look
> tonight...
Maybe you could tell the servlet container to not use cookies
in which case sessionids should get passed around on the url.
Then you could add the jsessionid to the url manually for your
javascript popup.
-Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]