Clearing the Session

  • Thread starter Thread starter Adarsha
  • Start date Start date
A

Adarsha

Hi all,

I need to Clear the Session when page is Unloading(Means
Closing,Redirecting to other or New Url is entered).. give me solution
if any one knows,,
thanks in advance.....
 
Hi,

You should probably post this to the ASPNET group, however you should be
aware that using the Session.Abandon is a server side function and the
browser does not notify the server when it is closing etc. So you would not
know when to invoke Session.Abandon.

Hope this helps,
 
Hi,

You should probably post this to the ASPNET group, however you should be
aware that using the Session.Abandon is a server side function and the
browser does not notify the server when it is closing etc. So you would not
know when to invoke Session.Abandon.

Hope this helps,
 
Chris Taylor said:
Hi,

You should probably post this to the ASPNET group,

Is this also for WCF, WPF, Linq to Sql, AdoNet, XML and all other items
which can be added in C#?

Cor
 
Chris Taylor said:
Hi,

You should probably post this to the ASPNET group,

Is this also for WCF, WPF, Linq to Sql, AdoNet, XML and all other items
which can be added in C#?

Cor
 
Back
Top