>
> doesn't the jsession id relate a particular user to a session? so, one
> jsessionid per session?

Correct.

> My problem. i think, is that the same
> jsessionid is
> not being used across multiple browser windows so, the open
> session on the
> app server is not being associated with the current user...
> is this totally
> off base?

Ahhh. This was dicussed on this board not long ago. As I previously mentioned a 
browser represents a session.

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.

Hmm. Just a thought, try specifying your target to a silly name like dummy_window123 
instead of _blank.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to