Timing Out a specific session variable?

  • Thread starter Thread starter jobs
  • Start date Start date
J

jobs

Any way to set a timeout for a specific session variable?

I want a page to prompt for value if a session variable is not set to
it. However, I want it prompt again if that session variable was set
over 2 minutes ago.

Thanks for any help or information.
 
Any way to set a timeout for a specific session variable?

I want a page to prompt for value if a session variable is not set to
it. However, I want it prompt again if that session variable was set
over 2 minutes ago.

Not natively, however it would be pretty simple to code...

Just create a second Session variable set to a DateTime, and check that
first...
 
Back
Top