Session variables not working php

后端 未结 10 1437
别跟我提以往
别跟我提以往 2020-11-22 03:12

Here are the code of my login page where the login script checks for the authenticity of the user and then redirects to inbox page using header function.

<         


        
10条回答
  •  时光取名叫无心
    2020-11-22 03:50

    Maybe it helps others, myself I had

    session_regenerate_id(false);
    

    I removed it and all ok!

    after login was ok... ouch!

提交回复
热议问题