Grabbing All Cookies

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Grabbing All Cookies

    You should be able to get only the cookies for the domain in which your script
    is running.

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_reqoccookie.asp[/url]

    For security reasons, cookies for other domains should not be accessible. Of
    course this doesn't mean that some hacker doesn't have a way to defeat the
    security - or trick you into allowing access.


    "Temp" <tempmail@temp.com> wrote in message
    news:bg4lif$8eo@library2.airnews.net...
    Can anyone tell me if it's possible to download all of the cookies from a
    users machine? If so, how can this be done?

    Thanks for the help.



    Ken Cox [Microsoft MVP] Guest

  2. Similar Questions and Discussions

    1. Grabbing certain records off of a query
      Hi, Let's say that I am paging through results of a 10,000 record query. What would be the SQL query for grabbing only records 50-60 from that...
    2. Grabbing a signature in/from a web page
      Hi all! I am developing an Intranet application that requires a form to be completed with a signature. Does anyone have any bright ideas as to...
    3. streaming .ram? grabbing html?
      hi, couple of questions here, I have a an informational program that is based on a website, I would like to using streaming audio from the website....
    4. Grabbing Info with PHP and cookies
      Hello, I am writing a php script that will grab information from another site, and the script should work well, but the site needs the user to...
    5. Grabbing PHP files
      I <be157s$eqv$1@newsg1.svr.pol.co.uk>, Johnny skrev: This is _not_ possible. mvrgr, Wouter -- uws ...
  3. #2

    Default Re: Grabbing All Cookies

    For security reasons you are only able to get cookies placed by your own
    site.

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche
    "Temp" <tempmail@temp.com> wrote in message
    news:bg4lif$8eo@library2.airnews.net...
    > Can anyone tell me if it's possible to download all of the cookies from a
    > users machine? If so, how can this be done?
    >
    > Thanks for the help.
    >
    >

    S. Justin Gengo Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139