You may want to look at the documentation as there may be a max
session time out that is causing your container to ignore the setting
(I know jetty has a minimum of 5 minutes and will through an exception
if you try for less).

As the other users have said this is a container configuration issue
and not a Wicket issue (although we all have struggled with this in
one way or another).

Ryan

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