Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session_onend
Message
From
27/07/2001 08:34:21
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Session_onend
Miscellaneous
Thread ID:
00536301
Message ID:
00536301
Views:
36
Hi All,

i'm really new in asp business, and i have a problem.
i created an application. in the root folder i created a global.asa file, containing an application_onstart, session_onstart, and session_onend code.
in the application_onstart i initialize an application variable called NumberOfVisitors.
in the session_onstart event i increase this variable by 1.
in the session_onend event i decrease this variable by 1.

it looks like that the application_onstart and session_onstart is executing, but if i logout from the application, the session_onend is not executing, the NumberOfVisitors value is not decreasing.

please help me what can be the reason.

my main file is the index.asp, this is a frameset definition only, on one of the frame, i have a link to the logout.asp file, in this logout.asp there is a session.abandon code.

how can i debug the scripts?

thank you
Ivan
Reply
Map
View

Click here to load this message in the networking platform