jbrozenick / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

The program not interpret cookie propiety "max-age" #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Visit any site with cookies with "max-age" propiety
2. See the HttpFox window, in Cookies tab
3. The program referal the cookie as "session cookie" (Expires as end of
session)

What is the expected output? What do you see instead?

The expected output is the program mark the cookie as correct expiration date

What version of the product are you using? On what operating system?

Version 0.8.4, under Firefox 3.0.8, under GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by caragot on 21 Apr 2009 at 9:49

GoogleCodeExporter commented 9 years ago
I've been also able to reproduce this same outcome, "session cookie", but have 
not been able to isolate it down to the exact cause but have at least got it 
down to one of two things. The Set-Cookie header doesn't place the optional 
space after the ; seperator, or each param is starts with a Capital ie. Domain= 
vs domain=.

Original comment by nerdynick on 18 Dec 2012 at 9:00

GoogleCodeExporter commented 9 years ago
Forgot to add this is on Firefox 17 on Ubuntu with HTTPFox 0.8.11.

Original comment by nerdynick on 18 Dec 2012 at 9:02