Checking if user is logged in to MyDBR

(2 posts) (2 voices)

Tags:

  1. wimcoe, Member

    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...

  2. myDBR Team, Key Master

    External application does not know if user is logged in as "logged in" means that user has a session into myDBR.

    You can use the same links pointing to myDBR regardless if user is logged or not as is user is not logged in, myDBR asks for login info and then redirects user to the original link.

    Other alternative is to use Single Sign-On, where the login-process is handled automatically.

    --
    myDBR Team


Reply

You must log in to post.