diff --git a/logintest.php b/logintest.php index cc7380c81f67aab14b901d02909585439a8ccc10..d2b78aa7be849415fa81b1c1dc45fac97871bc8b 100644 --- a/logintest.php +++ b/logintest.php @@ -23,6 +23,7 @@ if (Session::get('is_loggedin') == true) { else { printf("no session found, trying to login now...."); $result = User::login($user, $pass); + print("<br><a href =logintest.php>Reload</a>"); } // check if the user details is present in session and store in session