I am learning php, and am currently working with sessions. I learned the basics from a tutorial, and I've gone from there great. I created a login form, and it works succesfully. However, even though I have session_start(); at the top of all my pages, the session ends when I leave the page, even when I refresh.
EDIT: Bah, now I can't end my session. I need to do it using an input, but I can't work it out. I tried making hidden values for the name and password, trying to mimic the $_SESSION['name']=FALSE;, but that didn't work. :-/