Tallefer / qtweb

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

Problems with Cookies sometimes #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From user:

Amazon.com works well, until I try to put something in my shopping cart.  
Amazon won't do it, saying I have cookies turned off.  My preferences are 
set to accept cookies from sites I navigate to.  Even changing this 
to "accept all cookies" or making an exception for Amazon fixes nothing.

--------------------

to investigate

Original issue reported on code.google.com by alexei.c...@gmail.com on 3 Feb 2009 at 3:22

GoogleCodeExporter commented 9 years ago
Problem found in Qt 4.5.0 - QNetworkCookie.cpp - not all DateTime formats are 
supported for Expiry tag, and Amazon uses non-standard format.

Manually fixed Qt code.

QtWeb 2.0.43 contains a fixed code.

Original comment by alexei.c...@gmail.com on 30 Mar 2009 at 12:36