A
Any old Joe
Hello
I know that the refresh button is one of those things that is largely out
of our control and makes working with browsers that bit more problematic
but....If anyone could shed some light on what is going on here I would be
grateful -
I have an aspx page that I have set so that it is not cached at the client
side and do not go through a proxy server, yet when the user clicks on the
refresh button instead of the last requested page getting requested again,
a previous page that was requested several postbacks ago is requested
again. This means that the request is out of synch with the session state
and so the page crashes. I don't mind the refresh, but I can't work out why
it is not requesting the previous page again. Does anyone have any ideas??
Thanks in advance
Joe
I know that the refresh button is one of those things that is largely out
of our control and makes working with browsers that bit more problematic
but....If anyone could shed some light on what is going on here I would be
grateful -
I have an aspx page that I have set so that it is not cached at the client
side and do not go through a proxy server, yet when the user clicks on the
refresh button instead of the last requested page getting requested again,
a previous page that was requested several postbacks ago is requested
again. This means that the request is out of synch with the session state
and so the page crashes. I don't mind the refresh, but I can't work out why
it is not requesting the previous page again. Does anyone have any ideas??
Thanks in advance
Joe