|
 |
asp_discuss thread: Does it work?
Message #1 by peterv@m... on Fri, 22 Mar 2002 16:57:22
|
|
When I put this code(Server.Execute("MyFile")) in Session_onStart, it
works, but when it does not work in Session_onEnd and Application_OnEnd.
Maybe somebody had similar esperience?
Thank you.
Peter V.
Message #2 by Wade Armstrong <wade@r...> on Fri, 22 Mar 2002 09:54:38 -0800
|
|
on 3/22/02 4:57 PM, peterv@m... at peterv@m... wrote:
> When I put this code(Server.Execute("MyFile")) in Session_onStart, it
> works, but when it does not work in Session_onEnd and Application_OnEnd.
> Maybe somebody had similar esperience?
> Thank you.
> Peter V.
Is the problem with Server.Execute or with Session_onEnd? Session_onEnd is
unreliable, so I bet it's the latter. Put something like Response.Write
"end" before the Server.Execute call to make sure that Session_onEnd is
firing.
Wade
|
|
 |