![]() |
Thanks Kenjis,
Oh dear! I really do not want to touch CI core!! Just one idea, (note I never use session id in post/get) and this is where my knowledge is lacking! If I set the $sessionTimeToUpdate equal to $sessionExpiration, this means session id will not regenerate for the lifetime of the users active session? I create a database table "active_users" that stores my users unique user id (not login username) and their session id. For every login, I check my active_user table for my users unique id:
Therefore:
Many thanks for your time. |
Messages In This Thread |
Issue Tracking Sessions - by 68thorby68 - 06-14-2023, 12:10 PM
RE: Issue Tracking Sessions - by kenjis - 06-14-2023, 01:26 PM
RE: Issue Tracking Sessions - by 68thorby68 - 06-15-2023, 02:21 AM
RE: Issue Tracking Sessions - by kenjis - 06-15-2023, 02:31 AM
RE: Issue Tracking Sessions - by 68thorby68 - 06-15-2023, 03:20 AM
RE: Issue Tracking Sessions - by kenjis - 06-15-2023, 04:40 AM
RE: Issue Tracking Sessions - by 68thorby68 - 06-15-2023, 09:46 AM
|