I want to implement varnish with my newly deployed rails web application.
Rails version 3.2.12 with
Ruby 1.9.2p318 (2012-02-14 revision 34678) [i686-linux]
In my application user authentication is done by cookies but varnish is not caching content when cookies are present there.So i found that for logged in users varnish is forwarding request to my application.i am vary new to varnish not sure how to solve this.May be i need to put some block in the vernish configuration file.But the thing is in live and users using my application.I had stopped the varnish.Any cocrete help will be appriciated really.