session timeout

  • Thread starter Thread starter gg
  • Start date Start date
G

gg

It appears that the statment:

Response.AddHeader("Refresh", Convert.ToString(15))

is causing my session to expire. Does this make sense?
 
I am trying to refresh the page and catch the session times based on the
value of session.timeout. Therefore I need to be able to adjust this
programmatically.

Can i adjust the meta tag programmatically in .net?

Also, i am having session issues. I have the timeout set at 480, yet if i
leave a page open if i come back to it after an hour or so, i've lost the
session. I've tried to get session_end to work so i could capture the time
it's ending, but can't get that to work either :(
 
Back
Top