Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How can I "know" the difference between a session timed out and a session that did session.abort?

Reply
Thread Tools

How can I "know" the difference between a session timed out and a session that did session.abort?

 
 
Jazzis
Guest
Posts: n/a
 
      09-22-2003
Any clues?

Thanks for your time.

Adam
 
Reply With Quote
 
 
 
 
Tom B
Guest
Posts: n/a
 
      09-22-2003
When your script calls session.abandon, make a note of it somewhere. Then
you can assume all the others were time-outs.

"Jazzis" <> wrote in message
news: om...
> Any clues?
>
> Thanks for your time.
>
> Adam



 
Reply With Quote
 
 
 
 
Jazzis
Guest
Posts: n/a
 
      09-23-2003
Thanks Tom, but this is obvious.

What I really ment was to know about the session time-out at the time
it happens - is there any event that can be captured?



> When your script calls session.abandon, make a note of it somewhere. Then
> you can assume all the others were time-outs.
>
> "Jazzis" <> wrote in message
> news: om...
> > Any clues?
> >
> > Thanks for your time.
> >
> > Adam

 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
Can I reconnect to a session that has timed out or been abandoned Big Daddy ASP .Net 9 03-12-2007 12:08 AM
Difference between bin and obj directories and difference between project references and dll references jakk ASP .Net 4 03-22-2005 09:23 PM
System.Web.HttpException: Request timed out - [HttpException (0x80004005): Request timed out.] Steve ASP .Net 0 07-01-2003 12:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57