Cookie contents

  • Thread starter Thread starter John Wright
  • Start date Start date
J

John Wright

Is there a way for me to read the values of the cookies located on my
machine? I want to create a page that would parse through my cookies and
display the contents to me.

John
 
From my understanding you can only read the cookie collection associated with the site you are at. You can't read cookies set by amazon when you are running a script off of your local site. It's a security thing.

Todd Meister
 
Back
Top