Re: session expired error

2010-04-23 Thread Kristian Marinkovic
it took me some time to realize you're using Tapestry 4 
please add the version number next time.

there are basically two simple ways to influence the session expiration:

1) change the timeout in your web.xml
session-config
session-timeout10/session-timeout
/session-config

2) create a component, that is placed on every page that performs 
some ajax requests to a hidden page to keep the session active. 
as long as the browser is open the session wont expire.

g,
kris



Von:asianCoolz second_co...@yahoo.com
An: users@tapestry.apache.org
Datum:  23.04.2010 03:40
Betreff:session expired error



Is below error caused by session expired

http://utilitybase.com/paste/29788


if yes, how to extend the tapestry user session? or better way to resolve 
this?


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




session expired error

2010-04-22 Thread asianCoolz
Is below error caused by session expired

http://utilitybase.com/paste/29788


if yes, how to extend the tapestry user session? or better way to resolve this?


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org