I'm already using DiskPageStore something like this 

MAX_OPEN_FILES_FOR_DISK_STORE = 100;

int maxSession = (calculated programatically) is around 10 MB / session

int maxPageMap = maxSession - (int) Bytes.megabytes(1).bytes();
DiskPageStore store = new DiskPageStore(maxPageMap, maxSession,
MAX_OPEN_FILES_FOR_DISK_STORE); 

But is there any way i can over-write the pm_null file on every request.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Does-Wicket-creates-session-in-work-folder-when-deployed-on-jboss-tp4652363p4652743.html
Sent from the Forum for Wicket Core developers mailing list archive at 
Nabble.com.

Reply via email to