|
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
|