Ask a Question related to ASP.NET General, Design and Development.
-
alien2_51 #1
Re: Debugging -- SessionID and ASP.Net
Insightful information indeed, is this documented anywhere..?
"Rob Teixeira [MVP]" <RobTeixeira@@msn.com> wrote in message
news:eeBzkQXUDHA.1864@TK2MSFTNGP11.phx.gbl...session> Not entirely.
> The SessionID is basically an in-memory cookie, and can survive as long as
> the browser is open.
> If the server gets the ID cookie back, but finds no session on the server,
> the session is created with the same ID.
> In other words, don't depend on the SessionID being different after a
> timeout.
>
> -Rob
>
> "alien2_51" <dan.billow@n.o.s.p.a.m.monacocoach.com> wrote in message
> news:ek60ZHUUDHA.2148@TK2MSFTNGP11.phx.gbl...> > I have an ASP.NET app that serializes the data along with the sessionid
> > stored in the session into the database when the session times out it...
> > Provided the user does not close the browser(is where the previousactive> seeing> > id is stored) they can reconnect to there session... The problem I'm> up> > is that the session id does not appear to change in my debugger.. I open> > perfmon connect to my appdomain add counter for active sessions, set my
> > session timeout to 1 min, when I see my counter drop to 0 sessions> I> set,> > perform an action in the browser and whe I get to the break point I've> issue> > my session id is the same as it was before it timed out... Is this an>> > with the debugger attaching to the asp.net process...??
> >
> > Thanks,
> >
> > Dan
> >
> >
>
alien2_51 Guest
-
Debugging output does not appear when use Debugging IPAddresses
I recently absorbed the task of supporting our CF MX 6.1 server. We have an app that we need to debug - the developer asked us to add her IP... -
#25934 [Fbk->NoF]: SessionID in URL sometimes ignored
ID: 25934 Updated by: sniper@php.net Reported By: php at webfreezer dot com -Status: Feedback +Status: ... -
#25934 [Opn]: SessionID in URL sometimes ignored
ID: 25934 User updated by: php at webfreezer dot com Reported By: php at webfreezer dot com Status: Open Bug Type: ... -
#25934 [NEW]: SessionID in URL sometimes ignored
From: php at webfreezer dot com Operating system: SuSe Linux 8.1 PHP version: 4.3.3 PHP Bug Type: Session related Bug... -
What is the math behind the sessionid?
I'm wondering how unique the sessionid is in ASP. What is the math behind it's creation, and what are the probobolities of it being reproduced,... -
Rob Teixeira [MVP] #2
Re: Debugging -- SessionID and ASP.Net
Yes. I have seen several articles on the issue, including something in the
knowledge base.
You might want to check the MS KB.
-Rob [MVP]
"alien2_51" <dan.billow@n.o.s.p.a.m.monacocoach.com> wrote in message
news:#BOgnofUDHA.2332@TK2MSFTNGP09.phx.gbl...as> Insightful information indeed, is this documented anywhere..?
>
>
> "Rob Teixeira [MVP]" <RobTeixeira@@msn.com> wrote in message
> news:eeBzkQXUDHA.1864@TK2MSFTNGP11.phx.gbl...> > Not entirely.
> > The SessionID is basically an in-memory cookie, and can survive as longserver,> > the browser is open.
> > If the server gets the ID cookie back, but finds no session on thesessionid> > the session is created with the same ID.
> > In other words, don't depend on the SessionID being different after a
> > timeout.
> >
> > -Rob
> >
> > "alien2_51" <dan.billow@n.o.s.p.a.m.monacocoach.com> wrote in message
> > news:ek60ZHUUDHA.2148@TK2MSFTNGP11.phx.gbl...> > > I have an ASP.NET app that serializes the data along with theit...> > > stored in the session into the database when the session times outopen> session> > > Provided the user does not close the browser(is where the previous> > seeing> > > id is stored) they can reconnect to there session... The problem I'm> > > is that the session id does not appear to change in my debugger.. Imy> > up> > > perfmon connect to my appdomain add counter for active sessions, set> active> > > session timeout to 1 min, when I see my counter drop to 0 sessions>> > I> > set,> > > perform an action in the browser and whe I get to the break point I've> > issue> > > my session id is the same as it was before it timed out... Is this an> >> > > with the debugger attaching to the asp.net process...??
> > >
> > > Thanks,
> > >
> > > Dan
> > >
> > >
> >
>
Rob Teixeira [MVP] Guest



Reply With Quote

