15 Feb
2002
15 Feb
'02
11:05 p.m.
sree writes:
I have created a cookie to store some info about the user. But the cookie cannot be accessed from scripts in Control_Panel folder and its subfolders. The Control_Panel folder behaves quite differently compared to normal folder. Is there any documentation on this? You read the cookie spec? You know that cookies are only delivered to a subtree of your site, specified by the "path" arguement to the cookie definition, which default to the base of the request?
Dieter