session.cookie_secure - Not found in php.ini

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
manimekala
Forum Newbie
Posts: 2
Joined: Wed Oct 22, 2008 5:55 pm

session.cookie_secure - Not found in php.ini

Post by manimekala »

Hi
I am new to PHP. I am using php 4.3.6 version. In my php.ini file, I am not able to find the attribute session.cookie_secure to enable SSL cookies. I am using https. Can I add this line in my php.ini file and set to 1? Will that work? Any help on this really appreciated.


Thanks
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: session.cookie_secure - Not found in php.ini

Post by Mordred »

1. Look it up in the manual
2. Try it

Both experiences will be much more useful to you than asking in a forum and getting a response after several hours :)
Post Reply