Session not saving when moving from ssl to non-ssl

后端 未结 7 1048
我在风中等你
我在风中等你 2020-12-31 15:17

I have a login screen that I force to be ssl, so like this: https://www.foobar.com/login then after they login, they get moved to the homepage: https://www.foobar.com/dashba

相关标签:
7条回答
  • 2020-12-31 16:01

    Just bumped into this problem, I commented the following and it worked fine:

    <br />ini_set('session.name', Configure::read('Session.cookie'));
    <br />
    from session.php (/cake/lib/session.php, line 480~)
    
    0 讨论(0)
提交回复
热议问题