diff options
-rwxr-xr-x | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -73,7 +73,8 @@ else { * */ -session_set_cookie_params(300,'/',$a->get_hostname(),(($_SERVER['HTTPS']) ? true : false),true); +// FIXME - doesn't work +// session_set_cookie_params(300,'/',$a->get_hostname(),(($_SERVER['HTTPS']) ? true : false),true); session_start(); /** |