Update of /cvsroot/compbench/compbenchmarks-web/lib
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6820
Modified Files:
html.pl
Log Message:
Expired sessions are removed (since crontab are disabled on SF).
Index: html.pl
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/lib/html.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** html.pl 24 Sep 2007 21:29:03 -0000 1.16
--- html.pl 28 Jul 2008 20:28:54 -0000 1.17
***************
*** 31,34 ****
--- 31,35 ----
if (!defined($dbh)) {
$dbh=sql_connect();
+ lt_session_purge($dbh);
}
|