Re: how to prevent session timeouts

2008-01-31 Thread Johan Compagner
IL 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 m

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: > > > &

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,

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
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 > > Th

how to prevent session timeouts

2008-01-31 Thread Maris Orbidans
hi I have created a small web application with wicket - http://cdzfmobile.bf.lu.lv There are some minor issues related with session timeouts: 1) If I open login page and wait until session expires then I get "session expired" error message if I try to login. How can I fix that ? Should I