I am currently working on a web site that I used sessions for. Well I'm trying to get the session_set_cookie_params() function to set it up so they stay logged in even after they close the browser. I have it set so when they login it sets certian varibles using super globals and right after they are declared I have
Code: Select all
session_set_cookie_params(time()+9999, "/", "domain.ext", false);