From 294903046132d5cec6ae4a9c4a62f40b32b6d056 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 May 2014 18:38:11 -0700 Subject: revert --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 7e83197b8..ef2d19ff0 100755 --- a/index.php +++ b/index.php @@ -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(); /** -- cgit v1.2.3