This used to work https://doc.dynamicweb.com/forum/cms-standard-features/cms-standard-features/check-if-user-logged-into-backend
but now it only works if the url is like website.com/default.aspx?id=1234&Purge=True - then it returns true
it does not work if i remove purge=true. Then it returns false.
How can we test if user is logged in to backend since the exapmle above is no longer possible?
/Hans