when does the cookie for login expire ?
how to change the timeout only for one visit till i close the browser ?
i tried to delete in auth_zp.php on line 45 to delete "time()+COOKIE_PESISTENCE," and also line 25 to 27 which says "time() <= ($req + (3 * 24 * 60 * 60))" but when i closed the browser window, i didn't have to login at next visit.
Comments
yes i noticed that, that was the reason why i deleted that, cause i read somewhere when you define there nothing it will expire when you close the browser.
All user/passwords are saved in the database.