Re: client side handling of ajax request session expiration

2008-04-22 Thread ywtsang
in context: http://www.nabble.com/client-side- handling-of-ajax-request-session-expiration-tp16743324p16743324.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: client side handling of ajax request session expiration

2008-04-18 Thread Erik van Oosten
Hi Ywtsang, Not an answer to your question, but you can also consider using a ajax timer to keep the session alive. For example as outlined in http://chillenious.wordpress.com/2007/06/19/how-to-create-a-text-area-with-a-heart-beat-with-wicket/. Regards, Erik. ywtsang wrote we want to

Re: client side handling of ajax request session expiration

2008-04-18 Thread ywtsang
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/client-side-handling-of-ajax-request-session-expiration-tp16743324p16762728.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: client side handling of ajax request session expiration

2008-04-18 Thread Erik van Oosten
ywtsang wrote: because we discovered that we can't preserve the session if the server is restarted Ah, I understand. Well, you could if you use a servlet container that support this, or if you use Terracotta. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: client side handling of ajax request session expiration

2008-04-18 Thread Markus Strickler
-side- handling-of-ajax-request-session-expiration-tp16743324p16743324.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: client side handling of ajax request session expiration

2008-04-18 Thread ywtsang
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/client-side-handling-of-ajax-request-session-expiration-tp16743324p16767350.html Sent from the Wicket - User mailing list

client side handling of ajax request session expiration

2008-04-17 Thread ywtsang
().setPageExpiredErrorPage) the handling is ok for non-ajax request, but not ajax request we want to handle that using client side javascript how can we achieve that? -- View this message in context: http://www.nabble.com/client-side-handling-of-ajax-request-session-expiration-tp16743324p16743324