[ 
https://issues.apache.org/jira/browse/WICKET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471475
 ] 

Johan Compagner commented on WICKET-266:
----------------------------------------

but not used is depending on what every session store you make...
But i guess the session store is the one that makes an undo manager. So that is 
the one that is in control.
So i guess we can move that to the session store that creates it.

> maxPageVersions max int for HttpSessionStore is not good
> --------------------------------------------------------
>
>                 Key: WICKET-266
>                 URL: https://issues.apache.org/jira/browse/WICKET-266
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.2.5, 1.3, 2.0
>            Reporter: Eelco Hillenius
>
> In Settings:
> private int maxPageVersions = Integer.MAX_VALUE;
> That works ok for the second level cache session store, but is dangerous for 
> HttpSessionStore. I think we should set the default to a better value, like 
> 30 or less, and slcss should just ignore the whole setting

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to