revert
This commit is contained in:
parent
f0653ace22
commit
2949030461
@ -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();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user