Is there a way to use PHP to check whether a user is logged in to myDBR?
I'm using a simple application external to myDBR with some menus etc for the users, but if a user is not logged in to myDBR, I want them to be redirected to the myDBR login page first, before using my external static pages. Or maybe hide some objects based on whether you're logged in on myDBR or not
Is this possible? I have tried looking at the cookies etc, but they don't seem to change whether a user is logged in or out...