Hi Guys, When I login on my amember administrator page. I can only browse around it for 90seconds, after that time when I click a link inside the admin page I get redirected to the LOGIN page So I have to enter my username and password over and over after every 90 secs. This never happened before. I tried 2 different browsers explorer and firefox, but the problem is the same. I don't know if it's my PC of my Webhost. If you encountered this problem before pls tell you how you fixed it. Thank you in advance. lou647
sounds like your webhost is quickly deleting your sessions. Think you need to contact them. You can also try this to make the session longer: In the amember/config.inc.php Add this line to the top (90 is minutes): ini_set('session.cookie_time', 90);