会话sid从链接隐藏

时间:2018-08-19 14:58:49

标签: session hyperlink sid

我有一个lavalair脚本,可以在链接中显示sid,我有函数loggein($ sid) $ sid = $ _ GET [“ SID”]; 并且所有功能都相同

函数getshoutbox($ sid) 等等.... 在我的菜单中,链接是inbox.php?sid- $ sid 我想从链接中隐藏sid,仅在服务器中启动会话

        if((islogged($sid)==false)||($uid==0))
    {

    echo"<p align=\"center\">";
    echo"<small>session expired!<br/><br/>";
    echo"<a href=\"index.php\">-login-</a></small>";
    echo"</p>";


    exit();
    }
this is the link,how i must remove it and how to set start_session(); 

并将此sid替换为$ _SESSION

$link = "<a href=\"forum.php?action=viewcat&amp;sid=$sid&amp;cid=$fcat[0]\">$fcat[1]</a><br/>";

0 个答案:

没有答案