On Tue, Sep 14, 2010 at 5:32 PM, Alec Swan <[email protected]> wrote:

> Hello,
>
> A lot of times the users visit my web site without logging in. Currently,
> their session expire after a certain timeout. How can I prevent guest
> session from expiring?
>

session timeout is configured by your container


> Also, where do I specify the page where the logged-in users get redirected
> when their sessions expire?
>

getApplicationSettings().setPageExpiredErrorPage(pageExpiredErrorPage) will
change where they go if they click a link on a page that has been expired

-- 
Jeremy Thomerson
http://www.wickettraining.com

Reply via email to