J
Jon Booth
I want to write an apsx page that when loaded does not refresh
Session.Timeout.
It is going to be running in an iframe and refreshing every couple of
minutes.
example. User has 15 minutes left until session expires. iframe.aspx loads
and session still has 15 minutes left.
Is this possible?
I was trying to grab session.timeout at the begininning of the page (init)
and then resetting it back to that value at the end, but session.timeout
always = 20
Thanks
Jon
Session.Timeout.
It is going to be running in an iframe and refreshing every couple of
minutes.
example. User has 15 minutes left until session expires. iframe.aspx loads
and session still has 15 minutes left.
Is this possible?
I was trying to grab session.timeout at the begininning of the page (init)
and then resetting it back to that value at the end, but session.timeout
always = 20
Thanks
Jon