ZF-4305: Zend_Session should allow me to use HTTP-only Cookies
Description
Something like
Zend_Session::setOptions(array('cookie_httponly' => true));
should be possible.
Regards, Thomas Gelf
Something like
Zend_Session::setOptions(array('cookie_httponly' => true));
should be possible.
Regards, Thomas Gelf
Comments
Posted by Thomas Gelf (tgelf) on 2008-09-16T06:31:24.000+0000
This little patch would solve this.
Cheers, Thomas
Posted by Thomas Weidner (thomas) on 2008-11-07T12:20:29.000+0000
Missing default option added with r12385
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:12.000+0000
Changing issues in preparation for the 1.7.0 release.