Ask a Question related to ASP.NET General, Design and Development.
-
Ken Cox [Microsoft MVP] #1
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
-
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... -
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... -
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.... -
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... -
Grabbing PHP files
I <be157s$eqv$1@newsg1.svr.pol.co.uk>, Johnny skrev: This is _not_ possible. mvrgr, Wouter -- uws ... -
S. Justin Gengo #2
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



Reply With Quote

