Access cakephp session (auth) from outside cakephp

前端 未结 3 612
青春惊慌失措
青春惊慌失措 2020-12-11 18:40

I have a CakePHP website with its own login system using the Auth component. I would like to know if the following is possible:

A user has logged in and is navigatin

3条回答
  •  一个人的身影
    2020-12-11 19:03

    This is not working in Cakephp3. After calling

    session_name("CAKEPHP");
    session_start();
    

    Application session is expiring.

提交回复
热议问题