Unable to access user defined cookies in code being executed from Control_Panel
Dear friends, Greetings !! 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? Regards, - sree
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
participants (2)
-
Dieter Maurer -
sree