Searched refs:sessionIdsTableStatement (Results 1 – 1 of 1) sorted by relevance
907 Statement sessionIdsTableStatement = null; in cleanExpiredSessions() local929 sessionIdsTableStatement = null; in cleanExpiredSessions()935 sessionIdsTableStatement = connection.createStatement(); in cleanExpiredSessions()936 …sessionIdsTableStatement.executeUpdate(createCleanExpiredSessionsSql("delete from "+_sessionIdTabl… in cleanExpiredSessions()959 if (sessionIdsTableStatement!=null) in cleanExpiredSessions()961 try { sessionIdsTableStatement.close(); } in cleanExpiredSessions()