PHP Session ID is passed down to next page but other session variables are not

后端 未结 0 716
心在旅途
心在旅途 2020-12-18 10:30

This is my login function in functions.php

if(isset($_POST[\'login\']))  
{  
    $name = $_POST[\'user\'];
    $pw = $_POST[\'pw\'];
    $hashedpw = hash(\'M         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题