Authentication Problem
Hello, I want to know if it's possible to reuse an authentication, I have 5 php scripts, I want to loggin in the first but not in the others.
How can I do it?
Podio::setup
Podio::authenticate_with_password
I want that only pass to the other script the session.
-
Hi Victoria,
Please see the section on session managers: http://podio.github.io/podio-php/sessions/
The documentation shows how to use browser cookies or Redis, but you could just as well store the authentication info in a file.
Best,
Andreas
Please sign in to leave a comment.
Comments
1 comment