Jump to content

cookies with ssl (one cookie for http & https?)


john_6767

Recommended Posts

how do i set up a cookie so it will work when on http://www.mydomain.com and also on https://www.mydomain.com ..? at the moment i have a site that works fine on http and i am putting some pages on https, this is where it broke.. I have never used a ssl before so i may be missing something vital, all i have done is put the secure pages on the https and changed the links to them to absolute? Is this that normally needs to be done, if nto what are the steps that i should take when adding ssl to some pages in my site?
Link to comment
Share on other sites

the cookie should work with both, [b]ssl[/b] is just a connection protocol, it won't effect the cookie unless you set the cookie for secure mode only. these setting are controlled in your php.ini, or you can change them by setting a over-ruling cookie at run time! cookie control should be script based, so you control what cookie is set or unset with each request!


me!
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.