H
Harry Simpson
Got a web app with a Log on screen. Right now I'm using cookieless session
state with a timeout of 20 minutes.
I'd like to have the LogOn screen never timeout, yet after authentication
and the user is into the app it would timeout at 20 minutes and refresh the
session.
I've considered having a separate LogOn app that would have the timeout set
to infinity basically. The user would LogOn and authenticate and then this
app would fire up the other application but there seems to be a few gotchyas
going that method......
Anyone out there fought this battle and won??
TIA much,
Harry
state with a timeout of 20 minutes.
I'd like to have the LogOn screen never timeout, yet after authentication
and the user is into the app it would timeout at 20 minutes and refresh the
session.
I've considered having a separate LogOn app that would have the timeout set
to infinity basically. The user would LogOn and authenticate and then this
app would fire up the other application but there seems to be a few gotchyas
going that method......
Anyone out there fought this battle and won??
TIA much,
Harry