I got everything hooked up with my site, but I want my site to remember the session. I've read many sites and some say to set a cookie with the username and password, but I'm not sure. Must I also save the session id?
Also, when I return to my site, all of my link will have ?PHPSESSID= and then the last session id. However, my current page (home) won't have it. If I click the link it does nothing.
Thanks again