Hi,

If I disable cookies on firefox, I am not able to log into plone.

If I configured varnish to ignore cache as defined bellow.

#####################
sub vcl_recv {

if (req.request == "GET" && req.http.cookie) {
                lookup;
        }
        lookup;
}
#########################

I am not able to login into plone site using either firefox or Internet
Explorer 

Please help me in resolving the issue

Sridhar Raju
PrimeSoft Solutions Inc

Phone: 040-27762986/27762987
Skype ID: sridharsagi
www.primesoftsolutionsinc.com
 
 
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Poul-Henning Kamp
Sent: Tuesday, July 28, 2009 12:12 PM
To: Sridhar
Cc: [email protected]
Subject: Re: varnish caching problem 

In message <f8baa10ae2544b3d8f60eb96a78dc...@sridharraju>, "Sridhar" writes:

>My Varnish is not showing cache hits while I run from firefox.

Check if you send cookies, by default cookies diables caching.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to