J
JezB
1) How can I force page closure from server side c# code ? (eg. on my own
Close button event).
2) I want to do some session variable cleanup when the user is finished with
my page. Where is the best place to do this, considering that generically a
user may a) Navigate away from the page, b) Close the window manually, or c)
Close the window implicitly via my own Close button event (see Q.1). I want
to make sure the session cleanup code is fired in all these conditions.
Close button event).
2) I want to do some session variable cleanup when the user is finished with
my page. Where is the best place to do this, considering that generically a
user may a) Navigate away from the page, b) Close the window manually, or c)
Close the window implicitly via my own Close button event (see Q.1). I want
to make sure the session cleanup code is fired in all these conditions.