2 windows, 2 sessions possible?

  • Thread starter Thread starter Frank Milverckowitz
  • Start date Start date
F

Frank Milverckowitz

Hi,

This is probably not asp.net specific but I'll ask anyway:

Is it possible to have one session started in one browser window, then have
a link from that window open up another window in a new session, and still
have the original window maintain its original session?

thanks,
Frank
 
Is it possible to have one session started in one browser window, then
have a link from that window open up another window in a new session, and
still have the original window maintain its original session?

Possible, certainly.

Guaranteed, definitely not.
 
Sure, you just need to use cookie-less sessions... ;)
(web.config)

That simply isn't true.
http://msdn2.microsoft.com/en-us/library/ms178582.aspx

Specifically, the paragraph entitled Regenerating Expired Session
Identifiers: "This behavior can result in the unwanted sharing of session
data when a link that contains a cookieless SessionID is shared with
multiple browsers, perhaps through a search engine or other program."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top