Robert A. Pickering Jr. wrote: > I think the issue though is that this seems to be a hard limit for the > total session time.
This is not a hard limit for the overall session time. > Most people would prefer an "idle time" for the session to expire, > rather than all sessions terminating after some limit. > If I have users using the session all day long, I don't want to > terminate it unless it's idle. It's indeed the idle time. Actually this can be kept very short because the client will send a keep-alive signal every minute to keep up the session. > > -Rob > I'm not sure what's the problem in your special case... it works in all my test cases. Regards, Thomas
