On Tue, 2003-10-21 at 00:40, [EMAIL PROTECTED] wrote:
> My thought is that openining multiple browser (new process) will be a new
> and separate session. Is this correct?

No.  If you use cookies to track the user, every browser window will
share the same cookie and thus the same session.  If you use parameters
in the URL, opening a link in a new window will not change the URL and
thus you still have the same session.  The only way to have different
information between two browser windows is to keep it all on the client,
by passing it all in the URL or hidden form fields.

- Perrin

Reply via email to