Re: refreshing session programmatically

2003-02-28 Thread David Mossakowski
Does anyone know the answer to this? Does setting max interval take effect on the current session in effect extending it if even larger value is used? Thanks, d. David Mossakowski wrote: The servlet spec at HttpSession.getLastAccessedTime says: "Actions that your application takes, such as gettin

refreshing session programmatically

2003-02-26 Thread David Mossakowski
The servlet spec at HttpSession.getLastAccessedTime says: "Actions that your application takes, such as getting or setting a value associated with the session, do not affect the access time." How then can I programmatically extend the session life passed the inactive interval? Would setting max in