Member is getting logged out when calling RefreshContent
Hi all,
I'm experiencing something really strange here.
In a /base call I am creating a new document with the data the logged in member has specified. Everything works as it should, but when I am calling umbraco.library.RefreshContent(), the member gets logged out.
Has anyone experienced this before and know how to solve it? I've done this in many projects, but never had this issue before.
Member is getting logged out when calling RefreshContent
Hi all,
I'm experiencing something really strange here.
In a /base call I am creating a new document with the data the logged in member has specified. Everything works as it should, but when I am calling umbraco.library.RefreshContent(), the member gets logged out.
Has anyone experienced this before and know how to solve it? I've done this in many projects, but never had this issue before.
Thanks in advance!
- Bo
Alright, if anyone ever get this issue, it should be alright by just calling umbraco.library.UpdateDocumentCache(int Documentid) :-)
is working on a reply...