Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Session_onend
Message
De
27/07/2001 08:34:21
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Session_onend
Divers
Thread ID:
00536301
Message ID:
00536301
Vues:
37
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
Répondre
Fil
Voir

Click here to load this message in the networking platform