How to set in corret way detection of visitor if I use sessions? session_set_cookie_params and Runtime Configuration and session.gc_maxlifetime integer
coopster
3:34 pm on Feb 3, 2011 (gmt 0)
gc is Garbage Collection. It cleans up expired session files on your system. To detect a visitor? You could set an index in your cookie if the user is logged in or not, would that work?