[squid-users] proxy not staying logged in

Amos Jeffries squid3 at treenet.co.nz
Sat Feb 27 19:26:47 UTC 2016


On 27/02/2016 10:30 p.m., Kevin Giger wrote:
> I have users of my proxy when they add stuff to cart its ok but checkout
> won't work
> 
> see the robert is his user name I can't figure out how to keep that logged
> in to not get denied errors.
> 
> 
> 1456556236.501    336 52.25.202.130 TCP_MISS/200 7333 POST
> http://www.footlocker.com/catalog/miniAddToCart.cfm? robert DIRECT/
> 172.233.130.172 text/html
> 1456556236.581      0 52.25.202.130 TCP_DENIED/407 5065 GET
> http://www.footlocker.com/checkout/inventoryCheck.cfm? - NONE/- text/html
> 

HTTP is stateless. There is no "logged on" state. The client UA
(browser) is responsible for tracking all that state stuff and for
delivering credentials on every request.

That said, there are some common mistakes people do in squid.conf that
can confuse the browser terribly. What does your config file contain?

Amos



More information about the squid-users mailing list