Hello,
Could someone give me some info on sessoin_start(); I have this on each of my pages that requires session vars. The question is this:
First: can you set a length to the session?
Second: does session_start() automatically restart a session. Ie if default session length is 20 minutes and you keep calling session_start every 19 minutes will the session go on forever?
If not, how can this be done?
Thanks,
--SL