$_SESSION variable not passing and no clue why? it sets then doesn't pass

前端 未结 4 915
无人共我
无人共我 2021-01-26 17:53

I have a login script coded in php and mysqli. upon submission and successful authentication it redirects to success.php to write sessions. my success page looks like this.

4条回答
  •  轮回少年
    2021-01-26 18:20

    The initial file didn't contain session_start() as pointed out. however it works without it for some reason now.

    I am thinking a cache or server delay issue also

提交回复
热议问题