Hi, I'm trying to create a login form so that when a user logs in, they stay logged in and I'm wondering, which is better to use? The cookie method by doing: setcookie
or the session_start() method? So far I've been unsuccessful with the session_start(); method. Any suggestions? Thanks.