Ask a Question related to ASP.NET General, Design and Development.
-
terry #1
When is session created?
I always thought that session was associated with an
instance of a browser. I have discovered that if I use a
hyperlink to display an aspx file in another browser
instance that both browsers have identical SessionId's. I
would have thought that each browser instance would have a
unique ID.
When is a unique session generated?
Is there a way to force a hyperlink that displays an aspx
page in a new IE instance to have a unique SessionID?
Thanks for your help!!!
terry Guest
-
#16263 [Com]: session.start() create new empty session file and not resume existing session
ID: 16263 Comment by: pat at burnttech dot com Reported By: kur at natur dot cuni dot cz Status: No Feedback... -
Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I... -
#8527 [Com]: Session does not work outside the folder it was created in
ID: 8527 Comment by: gilad dot buzi at bcn dot concatel dot com Reported By: neville_lewis at yahoo dot com Status: ... -
How can I "know" the difference between a session timed out and a session that did session.abort?
Any clues? Thanks for your time. Adam -
cookie and session are not created when using a host file instead of DNS
When I use a host file entry to point to the host header of the site that I have created on a Win2k server running IIS5, a cookie is not created to... -
Alex K #2
Re: When is session created?
open from IEXPLORE.EXE file you will get a new session
"terry" <terry_wahl@msn.com> wrote in message
news:09bc01c36041$d5361d20$a001280a@phx.gbl...> I always thought that session was associated with an
> instance of a browser. I have discovered that if I use a
> hyperlink to display an aspx file in another browser
> instance that both browsers have identical SessionId's. I
> would have thought that each browser instance would have a
> unique ID.
>
> When is a unique session generated?
>
> Is there a way to force a hyperlink that displays an aspx
> page in a new IE instance to have a unique SessionID?
>
> Thanks for your help!!!
>
>
>
Alex K Guest



Reply With Quote

