SIERRA Posted January 30 Share Posted January 30 Hi, For a website we are using ProcessWire partially for some features. This will be available in a folder. Some other features will be available in Core PHP and they will be available in another folder. The structure will be as below Website ProcessWire (Sub folder - ProcessWire soure) admin (Sub folder - Core PHP source) We would like to allow the users who logged in to ProcessWire to access the other admin panel also without asking them to login again. How can we do this. Thanks Link to comment Share on other sites More sharing options...
da² Posted January 30 Share Posted January 30 Hello, you can bootstrap PW: include __DIR__ . "/path/to/index.php"; echo $user->isLoggedin(); Link to comment Share on other sites More sharing options...
SIERRA Posted January 31 Author Share Posted January 31 Hi, This is working. Thank you. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now