I'm running 1.10.2 on Firefox 14.0.1. Firebug is only showing cookies on sub-pages of the site, not on the root. www.example.com/ and example.com/ show nothing, but www.example.com/test shows all the cookies, even though the path is /.
I've verified that the cookies are being set and can be retrieved by PHP, but firebug won't show them.
I have no idea how to go about figuring out why. Any thoughts or recommendations?
> I'm running 1.10.2 on Firefox 14.0.1. Firebug is only showing cookies on
> sub-pages of the site, not on the root.www.example.com/ and example.com/
> show nothing, butwww.example.com/testshows all the cookies, even though
> the path is /.
> I've verified that the cookies are being set and can be retrieved by PHP,
> but firebug won't show them.
> I have no idea how to go about figuring out why. Any thoughts or
> recommendations?
I am having the same issue. I am running Firebug 1.10.3 with Firefox 15.0.1 on Windows 7 64bit.
The problem is that if you point to the root path of a cookie without pointing to a file, think index.php, the cookie does not show. For example if I set a cookie to the root of my domain with a path of "/" the cookie is not visible from www.mysite.com, but is visable from www.mysite.com/index.php and www.mysite.com/test/ etc.
> There is one root cookie TestCookie18 and I can see it > in the Cookies panel. Do you see it?
> Can you provide a page we could try on our machines?
> Btw. if you click the 'Filter' button on Cookies panel toolbar > and uncheck 'Filter Cookies by Current Path' does it help?
> Honza
> On Aug 24, 10:14 pm, Peter Barney <pbar...@yahoo.com> wrote: > > I'm running 1.10.2 on Firefox 14.0.1. Firebug is only showing cookies on > > sub-pages of the site, not on the root.www.example.com/ and example.com/ > > show nothing, butwww.example.com/testshows all the cookies, even though > > the path is /.
> > I've verified that the cookies are being set and can be retrieved by > PHP, > > but firebug won't show them.
> > I have no idea how to go about figuring out why. Any thoughts or > > recommendations?
On Oct 6, 8:00 pm, Matthew Schmidt <schmidt.matthe...@gmail.com>
wrote:
> I am having the same issue. I am running Firebug 1.10.3 with Firefox
> 15.0.1 on Windows 7 64bit.
> The problem is that if you point to the root path of a cookie without
> pointing to a file, think index.php, the cookie does not show. For example
> if I set a cookie to the root of my domain with a path of "/" the cookie is
> not visible fromwww.mysite.com, but is visable fromwww.mysite.com/index.phpandwww.mysite.com/test/etc.