doupu0619 2013-04-09 10:03
浏览 52
已采纳

PHP锁定了ip地址

I lock the ip address.

Does this mean than user can only login in with the same ip address? Or will the user logout and have to re-login to get a new session?

if (isset($_SESSION['last_ip']) === false) {
    $_SESSION['last_ip'] = $_SERVER['REMOTE_ADDR']; 
}

if ($_SESSION['last_ip'] != $_SERVER['REMOTE_ADDR']){
    session_unset();
    session_destroy();  
}
  • 写回答

3条回答 默认 最新

  • dongqiao1964 2013-04-09 10:04
    关注

    This code will delete the session (logout) if the user's IP address changes.

    So the user can log in from any IP address, but will be logged out if it changes.

    This could work to prevent session hijacking, but it wont work very well if you're on a dynamic IP because your IP will keep changing.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度