码迷,mamicode.com
首页 > Web开发 > 详细

session hijacking-php.ini

时间:2016-09-06 06:42:55      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

wamp->php.ini

 ; This option forces PHP to fetch and use a cookie for storing and maintaining
; the session id. We encourage this operation as it‘s very helpful in combating
; session hijacking when not specifying and managing your own session id. It is
; not the be-all and end-all of session hijacking defense, but it‘s a good start.
; http://php.net/session.use-only-cookies
session.use_only_cookies = 1

session hijacking-php.ini

标签:

原文地址:http://www.cnblogs.com/yuanjiangw/p/5844234.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!