Re: how to prevent session timeouts

2008-01-31 Thread Johan Compagner
1 yes make the form in your login page a statelessform. 2 use a ajax poller. Just poll the server once in every x minutes johan On Feb 1, 2008 2:36 AM, Maris Orbidans [EMAIL PROTECTED] wrote: hi I have created a small web application with wicket - http://cdzfmobile.bf.lu.lv There are

Re: how to prevent session timeouts

2008-01-31 Thread i ii
im working on the same thing. how to make form stateless? 1 yes make the form in your login page a statelessform. 2 use a ajax poller. Just poll the server once in every x minutes johan On Feb 1, 2008 2:36 AM, Maris Orbidans [EMAIL PROTECTED] wrote: hi I have created a small web

Re: how to prevent session timeouts

2008-01-31 Thread Johan Compagner
StatelessForm ? On Jan 31, 2008 5:14 PM, i ii [EMAIL PROTECTED] wrote: im working on the same thing. how to make form stateless? 1 yes make the form in your login page a statelessform. 2 use a ajax poller. Just poll the server once in every x minutes johan On Feb 1, 2008 2:36 AM,

RE: how to prevent session timeouts

2008-01-31 Thread i ii
i mean stateless page Date: Thu, 31 Jan 2008 18:00:58 +0100 From: [EMAIL PROTECTED] To: users@wicket.apache.org Subject: Re: how to prevent session timeouts StatelessForm ? On Jan 31, 2008 5:14 PM, i ii [EMAIL PROTECTED] wrote: im working on the same thing. how to make form

Re: how to prevent session timeouts

2008-01-31 Thread Johan Compagner
Subject: Re: how to prevent session timeouts StatelessForm ? On Jan 31, 2008 5:14 PM, i ii [EMAIL PROTECTED] wrote: im working on the same thing. how to make form stateless? 1 yes make the form in your login page a statelessform. 2 use a ajax poller. Just poll