set cookies strings on login
-
I want to know what is the cookie string (e.g.$_COOKIE[‘login_string’]) after the user successfully login because I want to call a function AFTER the user has sucessfully login.
Code goes like this…
if(isset($_COOKIE['login_string'])) { //function call goes here }
- The topic ‘set cookies strings on login’ is closed to new replies.