diff options
author | friendica <info@friendica.com> | 2014-05-05 18:35:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-05 18:35:02 -0700 |
commit | f0653ace2295063692de3001c271532a90d59383 (patch) | |
tree | 169c0e2117101adaff198007761f6b53cb4e1050 | |
parent | bdbda6074cb3bc06b748a557b9c16f775ecc3508 (diff) | |
download | volse-hubzilla-f0653ace2295063692de3001c271532a90d59383.tar.gz volse-hubzilla-f0653ace2295063692de3001c271532a90d59383.tar.bz2 volse-hubzilla-f0653ace2295063692de3001c271532a90d59383.zip |
improved cookie security
-rwxr-xr-x | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ else { * */ +session_set_cookie_params(300,'/',$a->get_hostname(),(($_SERVER['HTTPS']) ? true : false),true); session_start(); /** |