Jean_KRS

Results 1 comments of Jean_KRS

Hello, I believe this to be possible by slightly modifying the last line in the function "get_sessionids_from_db()" i.e: From: filter(login_time > now() - days(expiry)) To: filter(login_time > now() - minutes(expiry))...