Re: Session Time-out

2011-06-02 Thread Kalle Korhonen
>> I have a problem with Tapestry 5 when the session times out. >>> >>> There is a security policy on my system that requires a session time-out >>> after 30 minutes of non-use. >>> >>> I have a data entry page that can take a long time to compl

Re: Session Time-out

2011-06-02 Thread Andreas Andreou
> I would use version 2 or 3 from that page > > <http://tapestry.apache.org/overriding-exception-reporting.html>regards > Taha > > On Thu, Jun 2, 2011 at 7:19 PM, wrote: > >> I have a problem with Tapestry 5 when the session times out. >> >> There is a s

Re: Session Time-out

2011-06-02 Thread Taha Hafeez
when the session times out. > > There is a security policy on my system that requires a session time-out > after 30 minutes of non-use. > > I have a data entry page that can take a long time to complete with many > submits. If the session times out and a user then enters more data

Session Time-out

2011-06-02 Thread mwilliamson
I have a problem with Tapestry 5 when the session times out. There is a security policy on my system that requires a session time-out after 30 minutes of non-use. I have a data entry page that can take a long time to complete with many submits. If the session times out and a user then enters

T5: Handle session time out error on ExceptionReport

2008-10-20 Thread gajananji
Hi all, How to inform end users that the session has expired? Can I do it in the ExceptionReport page? thx. Gajanan -- View this message in context: http://www.nabble.com/T5%3A-Handle-session-time-out-error-on-ExceptionReport-tp20070324p20070324.html Sent from the Tapestry - User mailing

T5: Handle session time out error on ExceptionReport

2008-08-26 Thread ronaldlee
the default ExceptionReport.tml page to be displayed. I want that page to give more informative info, so if the exception is caused by session time out, I will display appropriate message. How should I do that?? thx. Ronald -- View this message in context: http://www.nabble.com/T5%3A-Handle

session time out

2007-07-09 Thread nobody22
Thanks a lot -- View this message in context: http://www.nabble.com/session-time-out-tf4048284.html#a11498988 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PR

NPE in DataSqueezer after session time out

2006-11-23 Thread Mark Lehmacher
I have a problem with session timeouts and my custom data squeezer implementation. When a user of my web application uses an external link after his session already expired, he ends up with a NPE emanating from my data squeezer (the squeezer makes use of an injected service, from which the except