0 CurrentPerson value is always me no matter who logs in. 2 Greg Leininger posted 9 Years Ago I've set the home page of the internal website to say, "Welcome to Rock, {{ CurrentPerson.FirstName}}!" Yet, no matter who logs in, it shows my name rather than the logged in user. For instance, when my wife Kristin logs in, the name in the top right corner of the screen will have "Kristin", but the the CurrentPerson.FirstName shows "Greg". Please help.
Jon Horton 8 years ago Is there a way to escape variable so they're not cached so that you can get the benefits of caching content channel entries, but allow the {{ CurrentPerson.NickName }} to render uncached?
Nick Airdo 8 years ago No, there isn't. Once the block content is cached, it's used in its entirety. I would recommend you consider splitting up the cached and non-cached parts into two separate blocks.