Hi everybody! I have a big problem, I'm using TS as reverse proxy and i'm trying to cache a simple web site. Everything is working fine but when the user is logged in the site. In that moment the nickname should be shown at top of the page but it doesn't happen because the url has been cached priorly with the same url.
For example: - www.example.com/cart is cached without any user logged in. Then a user is logged in the site the page shown is the first one (the page within user logged in) instead the page with the nickname at top. My question, It is posible to cache two different version to the same url depending if a cookie in present or not??. Thank in advance. Jorge
