I have a Wicket application and my pages expire very quickly. Why is this, and what can I do about it?
I assume that by "My page is Expiring" you mean that the session is expiring? If so, you can increase the session-timeout in the web.xml of your project:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
The timeout is specified in minutes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With