Jump to content

Turning On Https Flag For Cookie


php_begins

Recommended Posts

So I am using this legacy application which is in php 4.

I am trying to set the httponly flag and secure flag on.

 

This is my code:

 

header( "Set-Cookie:". $cookieName."=".$sessId."; expires=".$expireSeconds."; sessionID=".$sessId.";path=".$path."; domain=".$domain."; httponly; secure");

 

When I test it, The secure flag is set on but the httponly is not.

 

Could it because the URL uses https protocol?

 

 

Also, does the expire field take seconds. right now,

$expireSeconds=14400;

How do I modify the code to rectify this if it doesnt expect seconds as a parameter.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.