thesavior
01-24-2007, 01:23 AM
Okay, my session's cookie is by default set to destroy on session closure. I want to make this cookie last 30 days. the only way I came up with is to put:
session_set_cookie_params()
before every time I say session_start(). Is there an easier way to do this? something that I can do only once?
session_set_cookie_params()
before every time I say session_start(). Is there an easier way to do this? something that I can do only once?