Jump to content

selanefa

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by selanefa

  1. This might be a little late for you, but I stumbled across the same problem and looked for a solution in this forum. The solution that worked for me was: session_set_cookie_params($cookieParams["lifetime"], $cookieParams["path"], $cookieParams["domain"], true, true); the SECURE parameter ( the first true ) was set to true although I wasn't using https. Enable this only if you have https! cheers!
×
×
  • 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.