M
Microsoft Newsserver
Hi Folks.
I have an issue I need some help with if thats OK.
I am running Framework 2.0 using Windows Integrated Security. For most of
the application we manage session timeouts without the user knowing anything
about it by ensuring all the essential objects ( only a few ) are in place
during session start.
For performance, there are some parts of the application which use static
page web methods to return xml to the page generally for popups which
require rapid response. This works very well untill the session times out
and the failure method is used on the callback.
Now, my quick fix for this was to set up an invisible button which does an
asynchronous postback that has no effect other than to reestablish the
session and pops up an alert to the user indication that they should retry
as the session has timed out. So my questions regarding this are.
1.) Can I intercept the server side process and reestablish the session in
some way to prevent the failure message being sent back to the client. ?
2.) If not possible, what is suggested as the best pattern to adpopt in this
scenario.
Thanks
I have an issue I need some help with if thats OK.
I am running Framework 2.0 using Windows Integrated Security. For most of
the application we manage session timeouts without the user knowing anything
about it by ensuring all the essential objects ( only a few ) are in place
during session start.
For performance, there are some parts of the application which use static
page web methods to return xml to the page generally for popups which
require rapid response. This works very well untill the session times out
and the failure method is used on the callback.
Now, my quick fix for this was to set up an invisible button which does an
asynchronous postback that has no effect other than to reestablish the
session and pops up an alert to the user indication that they should retry
as the session has timed out. So my questions regarding this are.
1.) Can I intercept the server side process and reestablish the session in
some way to prevent the failure message being sent back to the client. ?
2.) If not possible, what is suggested as the best pattern to adpopt in this
scenario.
Thanks