![]() |
|
Login integration with multiple users from sql - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Login integration with multiple users from sql (/thread-1528.html) |
Login integration with multiple users from sql - lizter - 2007-07-06 Hi, I am trying as others to integrate the login system in my cms. My auth script is like this
} My question is, how is zp_auth going to find out in the cookie which user is logged in? I tried to remove the cookie-check, and add $_zp_loggedin = true; as well as the setcookie into the login script above where you can see $this->user = $row; , but it didn'work. Any help is much appriciated :] |