hi,
I am trying to come up with a solution to a problem. I have created as main.aspx page which create a session variable. I want that session to be abandon once a user click on a Hyperlink So here what I thought the solution may be
1. <A HREF=' target='_top'>Yahoo</A>
I put onclick to run a function which contain session.abandon
2. Other solution that I thought about is since there is page_load function in every aspx page. can I use Page_Unload, it it exists or at lease use something similar.
thanks for your input
Al
I am trying to come up with a solution to a problem. I have created as main.aspx page which create a session variable. I want that session to be abandon once a user click on a Hyperlink So here what I thought the solution may be
1. <A HREF=' target='_top'>Yahoo</A>
I put onclick to run a function which contain session.abandon
2. Other solution that I thought about is since there is page_load function in every aspx page. can I use Page_Unload, it it exists or at lease use something similar.
thanks for your input
Al