added session_save_path()

This commit is contained in:
Roland Gruber 2003-03-23 18:38:47 +00:00
parent d611fa2179
commit cc482441e7
3 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,9 @@ $Id$
Login page to change the preferences.
*/
// start session
session_save_path("../sess");
session_start();
?>

View File

@ -24,6 +24,8 @@ $Id$
*/
// start session
session_save_path("../sess");
session_start();
// check if password was entered

View File

@ -24,6 +24,8 @@ $Id$
*/
// start session
session_save_path("../sess");
session_start();
include_once ('config.php');