Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session_End not working at all

Status
Not open for further replies.

PoppapumpJ

Programmer
Dec 17, 2001
86
US
Hey,

Here is my clean up code in session_End

EmptyCart(Session("UserID"))

End sub


Session("UserID") is set on session_start
EmptyCart is a sub in a module that does the cleanup
session.timeout = 1

Any Ideas why this cleanup is not running.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top