WebConfig and Sessions

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I have a webconfig file in my root directory in IIS with
session state set for 100 minutes. All login information
is stored in session variables for the site.

I have a page that is used by our production department
to track production that requires a session login. Is
there a way to prevent a session from expiring if on a
certain page?

Can I place another webconfig file in the directory where
this production page is and change the session info?
Would that do the trick?

Thanks for any advice!
 
have the page refresh (meta refresh) every 99 minutes. It will keep it from
hitting the 100minute mark then.
 
Back
Top