RE: Session Idle and Progress Bar

2005-04-06 Thread Eain Mat
il 05, 2005 8:57 PM > To: Struts Users Mailing List > Subject: RE: Session Idle > > That is exactly how the session timeout works. If the user is > idle (i.e has not submitted a request in X time) then it is > timed out (assuming X is the timeout) otherwise a request > acts sort of a

Re: Session Idle

2005-04-05 Thread Eain Mat
if i invalidate the session, everything will be destory in the session. I still want the session to keep alive when user is in the middle of their processing operation even the session-timeout is passed. I only want to timeout their session, if they are not doing anything. Eain mat Martin

Session Idle

2005-04-05 Thread Eain Mat
What is the simplest way to track the session idle? We cannot use session-timeout in web.xml because there may be leftover operation that is needed to process. Eain Mat

Re: General: blankline in jsp question??

2005-03-23 Thread Eain Mat
at there are no blank lines for those parts. also for tomcat 5.5 (not sure when it was added) there is an option in the default web.xml between --> [false] --> Which gets rid of whitespace when it compiles the JSP page. Eain Mat wrote: >let say I included some tag library in my jsp

General: blankline in jsp question??

2005-03-23 Thread Eain Mat
let say I included some tag library in my jsp and everytime, I have a blank line in my source, I will have a blank line in response too. Is there way to strip off or filter out those blankline. Eain