假设 cookie 设置为/foo
使用
Set-Cookie: mytoken=12345; Path="/foo"
以下哪些页面可以读取,哪些可以写入/删除此 cookie?
/page.html
/foo/page.html
/foo/bar/page.html
/baz/page.html
假设 cookie 设置为/foo
使用
Set-Cookie: mytoken=12345; Path="/foo"
以下哪些页面可以读取,哪些可以写入/删除此 cookie?
/page.html
/foo/page.html
/foo/bar/page.html
/baz/page.html