Forum Moderators: coopster

Message Too Old, No Replies

How to set detection of user using

         

toplisek

2:11 pm on Jan 27, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have checked URT at:
[php.net...]

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)

WebmasterWorld Administrator 10+ Year Member



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?