private static final String STORE_DIR = "session";
String rootPath=this.getClass().getClassLoader().getResource("").getPath().toString();
private String tmpdir=rootPath.substring(1, rootPath.length())+"tmp";
private String filePath = tmpdir+"/"+STORE_DIR;