toddmath / firecookie

Automatically exported from code.google.com/p/firecookie
1 stars 0 forks source link

Allow display of cookie change source in console log (suggestion) #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello there,

It'd be great if you can also display the address of the page that changed
or added a cookie in the console log. It'll let us easily identify problems
in a web application's cookie management.

Thanks and best regards. Great extension, btw! :)

Original issue reported on code.google.com by myuu...@gmail.com on 28 Jul 2008 at 11:44

GoogleCodeExporter commented 8 years ago
Hi,
just to make sure I understand the requirement. 

All you see in the Firebug's UI is related to the page where it's opened. So, 
even
the console cookie-log is related to the current page - the page that changed or
added cookies. So, it's obvious where the change comes from.

However, there are two exceptions:
1) If there are iframes on the page the console displays changes also from all 
the
embedded iframes.

2) If there are redirects (e.g. related to logging process) Firecookie 
remembers all
involved pages and displays console-logs for all of them.

Agree, in these cases it would be nice to see, where the change comes from.

Is this what did you have in mind?

Honza

Original comment by odva...@gmail.com on 19 Aug 2008 at 7:18

GoogleCodeExporter commented 8 years ago
Hi Honza,

Yes, that is pretty much what I had in mind. But I also find that cookies can 
also
change via CSS stylesheets, JavaScript includes, and images that load together 
with
the page. Possibly anything that has some sort of back-end processing. Ajax 
requests
may also modify cookies, as far as I know.

Thanks.

Rudy

Original comment by myuu...@gmail.com on 19 Aug 2008 at 7:27

GoogleCodeExporter commented 8 years ago

Original comment by odva...@gmail.com on 19 Aug 2008 at 7:34

GoogleCodeExporter commented 8 years ago
Patch for this committed into trunk (r17)
Honza

Original comment by odva...@gmail.com on 25 Aug 2008 at 12:47

GoogleCodeExporter commented 8 years ago
There is a tooltip with original URL, from which the cookie was sent. Just move 
the
mouse over the domain, which is displayed on the right side of the console log.

Original comment by odva...@gmail.com on 25 Aug 2008 at 12:50

GoogleCodeExporter commented 8 years ago
I believe that this bug is fixed in v0.7 (beta). 
http://www.softwareishard.com/blog/firebug/firecookie-07-beta/
Please, let me know if there would be any problem.
Honza

Original comment by odva...@gmail.com on 9 Sep 2008 at 7:53

GoogleCodeExporter commented 8 years ago
Thanks Honza. I just had a look at it. It seems to work fine on some cookies, 
but not
all, e.g. facebook cookies.

I've attached a screenshot showing the tooltip for one facebook cookie.

Original comment by myuu...@gmail.com on 18 Sep 2008 at 5:04

Attachments:

GoogleCodeExporter commented 8 years ago
Patch committed into trunk (R50). 

Firecookie 0.7beta6 available at:
http://www.softwareishard.com/firecookie/archive/firecookie-0.7beta6.xpi

Please, let me know if it works any better for you.

Thanks!
Honza

Original comment by odva...@gmail.com on 18 Sep 2008 at 9:05