Can't set session.http_only for php under Plesk 11
Posted
by
TheFoOL
on Server Fault
See other posts from Server Fault
or by TheFoOL
Published on 2012-11-06T09:52:07Z
Indexed on
2012/11/06
11:06 UTC
Read the original article
Hit count: 193
I want to enable session.cookie_httponly for my domain. I added these lines for my domain (in additional configuration directives):
session.cookie_httponly = On
error_log = error.log
Error log works fine (a file is created) whereas session.cookie_httponly doesn't (according to phpinfo()). But why not?
I use Plesk 11 on Ubuntu Server 12.04. PHP as FastCGI. PHP 5.3.10-1ubuntu3.4. Safe mode is off. Domain is associated to a dedicated IP address. Website powered by Joomla 2.5.7.
© Server Fault or respective owner