Rafael Nami wrote:
I'm trying to use in a <meta> expiration = 0 in the header, but is no
use (for the session expiration thing). How can I get rid of the ugly
question to repost data???
I still dont get you.
Do you talk about the session timeout which you can configure in your
web.xml or simply about the "repost data" dialog box?
But the "respost data" hasnt to do anything with "session" or "session
expiration".
You cant prevent the "repost data" dialog box if you use "form
method=POST" - and this is required with JSF.
If you reall would like to avoid session timeouts you can put an iframe
(very small size) on your page and automatically reaload it, say every
minute, this will keep the session alive as long as the browser is opened.
---
Mario