You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/11 06:48:09 UTC

[jira] Reopened: (WICKET-266) maxPageVersions max int for HttpSessionStore is not good

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

Eelco Hillenius reopened WICKET-266:
------------------------------------


> 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
>             Fix For: 1.3
>
>
> 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.