Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Global.asa - Session_OnEnd
Message
From
05/02/2004 05:21:42
 
 
To
04/02/2004 19:30:26
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00874257
Message ID:
00874346
Views:
25
Hi,

Are you saying that the Session_OnEnd() is not firing or that the code is run and is not doing what is expected ? Why not put the code to clean up the Application variable directly in the Session_OnEnd ?

Regards,
Viv

>>
However, I would like/require, So When the users session ends. The items within Session("ShopCart") are removed from Application("CartItems").

In the global.asa file within "Sub Session_OnEnd", I have tried Server.Execute("pagetodothis.asp?cart=" & Session("ShopCart") & ""), storing the Session("ShopCart") details withing the QueryString.

I have also tried using Server.Transfer("pagetodothis.asp?cart=" & Session("ShopCart") & ""). None of these have work.
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform