Cookie changes
-
Hi,
I am having a bit of a security sweep and one of the online pen test tools reports that there are some cookies that have issues.
They both appear to be from the multi step forms plugin.
Set-Cookie: cf7msm_check
Set-Cookie: PHPSESSIDthey both need to have Httponly flag http://www.owasp.org/index.php/HttpOnly
and they do not have a secure flag. http://www.owasp.org/index.php/Testing_for_cookies_attributes_(OWASP-SM-002)Also these cookies look to be set on every page of the site even when it is a 404 error.
Is it possible to edit the code so these are only added when on a page with a multi step form?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Cookie changes’ is closed to new replies.