This commit is contained in:
friendica 2014-05-05 18:38:11 -07:00
parent f0653ace22
commit 2949030461

View File

@ -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(); session_start();
/** /**