Can I terminate session programticly?

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

Hi,

In stead of waiting for Session_end to fire, I would like
to kill the current session using my code behind depending
on certain conditions. Can this be done? how?

Thanks
 
Yes, use Session.Abandon(

----- feng wrote: ----

Hi

In stead of waiting for Session_end to fire, I would like
to kill the current session using my code behind depending
on certain conditions. Can this be done? how

Thank
 
Back
Top