Help: session_onEnd event doesn't do anything 
Author Message
 Help: session_onEnd event doesn't do anything

Hello, I've written some routines i would like to execute at the end of the
IIS session in my Web application. There're no Server.CreateObject calls and
other stuff that can't be executed when session_onEnd event is triggered.
Howewer, it seems not to be triggered at all when I deploy my application on
the main server. When I test the application on my localhost, it works fine.
Note, that there're some routines in session_onStart and application_onStart
subs that work fine both on my local computer and the server. Only
session_onEnd seems to fail. Has anyone got any ideas or give me a link to
any resources? Regards
--
.::bajG0n::.

.::UID:70477942...gg:4612::.


Mon, 17 Nov 2003 15:42:21 GMT  
 Help: session_onEnd event doesn't do anything


Fri, 19 Jun 1992 00:00:00 GMT  
 Help: session_onEnd event doesn't do anything
Session_onEnd will only occur if you explicitly abort the session with
Session.Abort or the session times out.  If a user closes their browser that
will not call the Session_OnEnd.  The server will wait until the session
timeout occurs.

If this does not help, please respond with the code in Session_OnEnd and I
will see if anything unnatural is occuring.


Quote:
> Hello, I've written some routines i would like to execute at the end of
the
> IIS session in my Web application. There're no Server.CreateObject calls
and
> other stuff that can't be executed when session_onEnd event is triggered.
> Howewer, it seems not to be triggered at all when I deploy my application
on
> the main server. When I test the application on my localhost, it works
fine.
> Note, that there're some routines in session_onStart and
application_onStart
> subs that work fine both on my local computer and the server. Only
> session_onEnd seems to fail. Has anyone got any ideas or give me a link to
> any resources? Regards
> --
> .::bajG0n::.

> .::UID:70477942...gg:4612::.



Mon, 17 Nov 2003 16:14:47 GMT  
 Help: session_onEnd event doesn't do anything
It's a known bug.  No workaround.  Check www.aspfaq.com


Quote:
> Hello, I've written some routines i would like to execute at the end of
the
> IIS session in my Web application. There're no Server.CreateObject calls
and
> other stuff that can't be executed when session_onEnd event is triggered.
> Howewer, it seems not to be triggered at all when I deploy my application
on
> the main server. When I test the application on my localhost, it works
fine.
> Note, that there're some routines in session_onStart and
application_onStart
> subs that work fine both on my local computer and the server. Only
> session_onEnd seems to fail. Has anyone got any ideas or give me a link to
> any resources? Regards
> --
> .::bajG0n::.

> .::UID:70477942...gg:4612::.



Mon, 17 Nov 2003 16:55:46 GMT  
 Help: session_onEnd event doesn't do anything
It doesn't always run, even when the session times out. Thus the continual
loss of memory under iis4. It's not reliable at all. see

 http://www.aspfaq.com/faq/faqShow.asp?fid=66

Jeremy


Quote:
> Session_onEnd will only occur if you explicitly abort the session with
> Session.Abort or the session times out.  If a user closes their browser
that
> will not call the Session_OnEnd.  The server will wait until the session
> timeout occurs.

> If this does not help, please respond with the code in Session_OnEnd and I
> will see if anything unnatural is occuring.



> > Hello, I've written some routines i would like to execute at the end of
> the
> > IIS session in my Web application. There're no Server.CreateObject calls
> and
> > other stuff that can't be executed when session_onEnd event is
triggered.
> > Howewer, it seems not to be triggered at all when I deploy my
application
> on
> > the main server. When I test the application on my localhost, it works
> fine.
> > Note, that there're some routines in session_onStart and
> application_onStart
> > subs that work fine both on my local computer and the server. Only
> > session_onEnd seems to fail. Has anyone got any ideas or give me a link
to
> > any resources? Regards
> > --
> > .::bajG0n::.

> > .::UID:70477942...gg:4612::.



Tue, 18 Nov 2003 08:59:51 GMT  
 Help: session_onEnd event doesn't do anything
oops. You already said that. Sorry for stepping on toes...

(need to refresh more often I guess...)

Jeremy


Quote:
> It's a known bug.  No workaround.  Check www.aspfaq.com



> > Hello, I've written some routines i would like to execute at the end of
> the
> > IIS session in my Web application. There're no Server.CreateObject calls
> and
> > other stuff that can't be executed when session_onEnd event is
triggered.
> > Howewer, it seems not to be triggered at all when I deploy my
application
> on
> > the main server. When I test the application on my localhost, it works
> fine.
> > Note, that there're some routines in session_onStart and
> application_onStart
> > subs that work fine both on my local computer and the server. Only
> > session_onEnd seems to fail. Has anyone got any ideas or give me a link
to
> > any resources? Regards
> > --
> > .::bajG0n::.

> > .::UID:70477942...gg:4612::.



Tue, 18 Nov 2003 09:00:47 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. VB4/Win95-HELP: MMcontrol.OCX doesn't issue a DONE event after playing AVI

2. MCI control doesn't generate DONE Event

3. Clearing records in Session_OnEnd doesn't work

4. The Session_OnEnd doesn't work.

5. GSVIEW doesn't do anything??

6. OLE object linked to an image doesn't display anything

7. Session_OnEnd Event (Help)

8. Help: Data Widget 3.11 : ValidateList event doesn't fire with SSDBCombo

9. Timer Event won't fire when app doesn't have focus

10. Timer Event won't fire when app doesn't have focus

11. PROBLEM: event.returnValue doesn'r work....

12. ActiveX Control Doesn't Detect Browser Events

 

 
Powered by phpBB® Forum Software