Hi all,
Having created a secure login, and then create session variables to detect
wether or not a user is logged in - I would now like to be able to off a log
out page! :)
I have found the following three in the intelli-help stuff :
Session.Abandon ()
Session.Clear()
Session.RemoveA ll()
In vanilla ASP I'd have used Session.Abandon - and probably on its own - is
this still ok/good enough - should I use the lot?
Any info would be appreciated please.
Regards
Rob
Having created a secure login, and then create session variables to detect
wether or not a user is logged in - I would now like to be able to off a log
out page! :)
I have found the following three in the intelli-help stuff :
Session.Abandon ()
Session.Clear()
Session.RemoveA ll()
In vanilla ASP I'd have used Session.Abandon - and probably on its own - is
this still ok/good enough - should I use the lot?
Any info would be appreciated please.
Regards
Rob
Comment