Click to See Complete Forum and Search --> : Close user session


jonah_taxt
August 18th, 2004, 04:39 PM
Hi everyone.

Does anybody know how to close the session when the user navigates to another webpage?

Thanx for any replies :wave:

Andy Tacker
August 19th, 2004, 03:18 AM
I am always thought that A session begins when a user requests a page for the first time from your application and ends either when your application explicitly closes the session or when the session times out.

may be you can try to explicitly call session_stop (or is it end) in global.asax....

jonah_taxt
August 19th, 2004, 02:01 PM
Yep, I thought so. I'll try that.

Thanx Andy :)

Andrei_0
September 19th, 2004, 08:18 AM
you can use Session.Abandon()

kunkun
September 20th, 2004, 12:23 AM
Could you give me some examples using session? Thanks a lot