Path matching per RFC 6265 §5.1.4 — checks whether a cookie path matches a request path. Both paths are normalized before comparison.
Request URI path (e.g., "/foo/bar/baz")
Cookie Path attribute (e.g., "/foo")
true if the cookie path matches the request path
Path matching per RFC 6265 §5.1.4 — checks whether a cookie path matches a request path. Both paths are normalized before comparison.