I have a button on my Home page, i have to show it for the admin users only is it possible to validate the admin session at selected client side pages
if they try to directly hit particular page i have to redirect them into Login Page. once the admin logged in i have to redirect them in to my custom pages
or else i have to show my custom page in Admin side ?
Admin Session At Client Side
I have a button on my Home page, i have to show it for the admin users only is it possible to validate the admin session at selected client side pages
if they try to directly hit particular page i have to redirect them into Login Page. once the admin logged in i have to redirect them in to my custom pages
or else i have to show my custom page in Admin side ?
please guide me on this
I do this by querying the following:
This verifies if the user is logged into the backoffice.
is working on a reply...