kngpontiac
Programmer
Can logged in sessions be treated differently from non-logged sessions when both visit the same templates? We have an application where we want to timeout users who are logged in after 20 minutes. Users viewing the pages that are available to the public (intranet in this case) are being timed out after 20 minutes as well, we do not want this. Currently the only timeout being set is on the server, though I have tried playing around with session timeouts.
Lastly, will setting of sessiontimeout to a value greater that the server timeout override the value set for the server?
Lastly, will setting of sessiontimeout to a value greater that the server timeout override the value set for the server?