HighTechTalks DotNet Forums  

Creating New Sessions

ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss Creating New Sessions in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jay
 
Posts: n/a

Default Creating New Sessions - 04-05-2005 , 04:55 AM






Is there anyway to create a new session when using:

Response.redirect ("Newpage.aspx")

or

window.open ("NewPage.aspx").

In other, words I want NewPage to start a brand new session. The old
session would still be in effect.

Jay



Reply With Quote
  #2  
Old   
Brock Allen
 
Posts: n/a

Default Re: Creating New Sessions - 04-05-2005 , 08:27 AM






No, as the Session is tied to a single cookie. You could build your own type
of secondary session but you'd need to issue your own cookie and manage all
that's involved with it.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Quote:
Is there anyway to create a new session when using:

Response.redirect ("Newpage.aspx")

or

window.open ("NewPage.aspx").

In other, words I want NewPage to start a brand new session. The old
session would still be in effect.

Jay





Reply With Quote
  #3  
Old   
Scott M.
 
Posts: n/a

Default Re: Creating New Sessions - 04-07-2005 , 05:04 PM



When you open a new browser window, a new session will be started. Each
window will have access to only its own session data however.


"Jay" <AreYouKidding (AT) microsoft (DOT) com> wrote

Quote:
Is there anyway to create a new session when using:

Response.redirect ("Newpage.aspx")

or

window.open ("NewPage.aspx").

In other, words I want NewPage to start a brand new session. The old
session would still be in effect.

Jay





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.