PoppapumpJ
Programmer
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
Here is my clean up code in session_End
EmptyCart(Session("UserID"
End sub
Session("UserID"
EmptyCart is a sub in a module that does the cleanup
session.timeout = 1
Any Ideas why this cleanup is not running.
thanks