Varnish: User specific pages
Posted
by
jchong0707
on Server Fault
See other posts from Server Fault
or by jchong0707
Published on 2012-11-16T21:15:08Z
Indexed on
2012/11/16
23:02 UTC
Read the original article
Hit count: 307
I'm new to Varnish and am interested in using it to speed up my web application
I wanted to know if Varnish can handle caching and serving user specific content. For example if I have a page say for example /welcome which is dynamically generated in the backend and is user specific
So if User John Smith shows up to /welcome it'll show in the page itself 'Welcome John Smith' and if Bob Smith shows up to /welcome it'll show 'Welcome Bob Smith'
Ideally both of those /welcome pages will be cached for each unique User, is this something Varnish can do? (is this even a good Use Case of Varnish?)
Thanks!
© Server Fault or respective owner