tracker icon indicating copy to clipboard operation
tracker copied to clipboard

QUESTION Keeping User_ID not null

Open CarlosGHRS opened this issue 6 years ago • 1 comments

Is there's a way to no change to NULL the USER_ID when they logout, im trying to get a record of everyone who used the project, for control purpuses.

CarlosGHRS avatar Aug 15 '17 16:08 CarlosGHRS

add "logout" and "login" pages to the 'do_not_track_paths' in tracker config file. like this: 'do_not_track_paths' => [ 'api/*', 'logout', 'login', ],

mehdian-manesh avatar Oct 23 '20 20:10 mehdian-manesh