Persistent sessions using FileStore: Split session files to sub-directories? – CentOS
<Store className="org.apache.catalina.session.FileStore" directory="/somewhere/" /> If the number of files in the folder increases - lets say to a million (currently 50k) - this might become an issue in CentOS? Is there a way to divide the sessions to sub-directories? Or…