Is there any way to specify where a cookie is to be written/stored on a user's machine? I'm working in Javascript.
Thanks in advance-
WBJ
Printable View
Is there any way to specify where a cookie is to be written/stored on a user's machine? I'm working in Javascript.
Thanks in advance-
WBJ
No. This would be a security violation.
Also, the browser has to be able to delete all cookies if you specify so in the preferences and so they are put in a specific directory.