CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: cookie location

  1. #1
    Join Date
    May 2002
    Posts
    2

    cookie location

    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

  2. #2
    Join Date
    Aug 2002
    Location
    Reykjavik, Iceland
    Posts
    201
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured