Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Session_OnEnd

Reply
Thread Tools

Session_OnEnd

 
 
Renjith
Guest
Posts: n/a
 
      06-17-2005


Hi


When is Session_OnEnd event working , ive tried Abandon , Timeout still its
not working.
will a session end , while closing the browser window ??

Renjith.
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      06-17-2005
Renjith wrote:
>
> Hi
>
>
> When is Session_OnEnd event working , ive tried Abandon , Timeout still its
> not working.
> will a session end , while closing the browser window ??
>
> Renjith.

If they click the X there is little you can do except wait for the
session ti timeout.
You are trying to catch an event that never gets triggered because they
bypassed it.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
 
Reply With Quote
 
 
 
 
Renjith
Guest
Posts: n/a
 
      06-17-2005

Hi

But the event is not working for TimeOut and Abandon also...
WHEN IS THIS EVENT WORKING.....

Renjith


"Curt_C [MVP]" wrote:

> Renjith wrote:
> >
> > Hi
> >
> >
> > When is Session_OnEnd event working , ive tried Abandon , Timeout still its
> > not working.
> > will a session end , while closing the browser window ??
> >
> > Renjith.

> If they click the X there is little you can do except wait for the
> session ti timeout.
> You are trying to catch an event that never gets triggered because they
> bypassed it.
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
>

 
Reply With Quote
 
!TG
Guest
Posts: n/a
 
      06-17-2005
Renjith wrote:
> Hi
>
> But the event is not working for TimeOut and Abandon also...
> WHEN IS THIS EVENT WORKING.....
>
> Renjith
>
>
> "Curt_C [MVP]" wrote:
>
>
>>Renjith wrote:
>>
>>>Hi
>>>
>>>
>>>When is Session_OnEnd event working , ive tried Abandon , Timeout still its
>>>not working.
>>>will a session end , while closing the browser window ??
>>>
>>>Renjith.

>>
>>If they click the X there is little you can do except wait for the
>>session ti timeout.
>>You are trying to catch an event that never gets triggered because they
>>bypassed it.
>>
>>--
>>Curt Christianson
>>site: http://www.darkfalz.com
>>blog: http://blog.darkfalz.com
>>

There's no way to do this.
Here's a possible page, but I doubt it will work well:
http://forums.aspfree.com/archive/t-...r-close-window
 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      06-17-2005
http://www.aspfaq.com/search.asp?q=s...nend&x=11&y=10

Renjith wrote:
> Hi
>
> But the event is not working for TimeOut and Abandon also...
> WHEN IS THIS EVENT WORKING.....
>
> Renjith
>
>
> "Curt_C [MVP]" wrote:
>
>> Renjith wrote:
>>>
>>> Hi
>>>
>>>
>>> When is Session_OnEnd event working , ive tried Abandon , Timeout
>>> still its not working.
>>> will a session end , while closing the browser window ??
>>>
>>> Renjith.

>> If they click the X there is little you can do except wait for the
>> session ti timeout.
>> You are trying to catch an event that never gets triggered because
>> they bypassed it.
>>
>> --
>> Curt Christianson
>> site: http://www.darkfalz.com
>> blog: http://blog.darkfalz.com


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
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
HttpApplication inaccessible in Session_OnEnd:System.NullReferenceException Manfred Braun ASP .Net 3 08-30-2003 10:29 PM
session_onend event not firing rob ASP .Net 6 08-28-2003 09:43 AM
Session_OnEnd not fired in SQL Server mode steve ASP .Net 0 08-25-2003 12:53 AM
Session variables and Session_OnEnd Hans Kesting ASP .Net 4 08-19-2003 09:48 AM
my session_onend is not working anand ASP .Net 4 07-22-2003 04:47 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