标签: php http session cookies
我在我的应用程序中设置了一个PHP会话cookie。在对相关页面的一些请求中,PHP会话cookie路径为\,但在对同一页面的其他请求中,它被设置为页面\test\hello的路径。
\
\test\hello
我需要将其设置为\。
为什么会随机改变?如何强制它始终为\?
答案 0 :(得分:0)
使用session_set_cookie_params http://php.net/manual/en/function.session-set-cookie-params.php将路径更改为/
session_set_cookie_params
/