21 Aug
2002
21 Aug
'02
5:30 p.m.
Chris McDonough writes:
... I understand what you're trying to do, and it seems to call for an additional API method on the response object that would allow you to supply a path when setting a cookie. I don't think he need a new API method:
The "setCookie" method already allows to specify a path. However, when he calls "setCookie" twice with the same cookie name and different paths, one of the two "setCookie" becomes ineffective. Dieter