Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP SessionEnd
Message
From
31/08/2000 09:53:47
Kenneth Downs
Secure Data Software, Inc.
New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
ASP SessionEnd
Miscellaneous
Thread ID:
00411237
Message ID:
00411237
Views:
34
Folks,

I don't know if this is off-topic or not, since many ASP questions don't directly deal with VFP, but here goes.

I want my .asp page to log when a session ends by doing an insert into a VFP table. I have some simple code in Global.asa that does this. I know the code is correct because I put it on a simple ASP page to debug it.

My problem is that the Session end event does not fire, or does not appear to. The books are a little vague, but this is what I've checked so far:

1) Personal Web Server is pointing to the right directory as the app home directory
2) All syntax of the ADO/VFP SQL INSERT code is correct (tested in another page)
3) Silly stuff like naming the subroutine is correct
4) The session is being created, because I am successfully using Session variables from page to page

And as a note, the only subroutine defined in Global.asa is Session_OnEnd.

But the durn event don't fire! (arg)

Any ideas? I've dug through a dozen or so resources on MSDN, and they all seem to imply that if I put the code there it will run when the user exits the browser. But it don't!



As always, TIA
Next
Reply
Map
View

Click here to load this message in the networking platform