cakephp lost session variable when redirect

后端 未结 5 1029
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-17 04:48

I have problems with a session variable, users log into the app and then it sets a session variable but when it redirects to the next controller it isn\'t there.

At

5条回答
  •  眼角桃花
    2020-12-17 05:07

    A possible reason for this problem is that the server clock is not synced with the client's clock and thus the cookie timeouts.

提交回复
热议问题