diff usrlogout.php @ 51:7bdf89601ba0

Work on session stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 06:55:58 +0300
parents 842003d78994
children 5b92f130ba87
line wrap: on
line diff
--- a/usrlogout.php	Sat Oct 05 04:14:21 2013 +0300
+++ b/usrlogout.php	Sat Oct 05 06:55:58 2013 +0300
@@ -5,7 +5,7 @@
 
 stSetupCacheControl();
 
-stSessionEnd();
+stSessionEnd(SESS_USER);
 
 header("Location: vote");
 ?>
\ No newline at end of file