really you need to figure out how to configure this in your container, but
in case you hit a brick wall in your basepage add an ajax timer behavior
that pings every 20 mins or so, make it stop after 3 hours. the fact that it
pings the server every 20 mins will keep the session alive.

-igor


On 1/9/07, suranjay <[EMAIL PROTECTED]> wrote:


Thank you for ur prompt reply.

I did set
<web-app id="/" >
         <session-config>
           <session-timeout>120</session-timeout>
           <session-max>4096</session-max>
        </session-config>
      </web-app>

and
  <session-config>
              <session-timeout>120</session-timeout>
              <enable-url-rewriting>false</enable-url-rewriting>
      </session-config>

in the <web-app-default> as well.

But that seems to have no effect.

I tested this by setting the timeout to 1 in both places, restarting
resin,
loading a webapp page and then doing a submit on it after abt 2 minutes.
It
did not expire .

Thanks for whatever help u can offer.
--
View this message in context:
http://www.nabble.com/Expiring-Pages-tf2946013.html#a8239918
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to