tylersmith102998 / GekPHP

An open-source framework for prototyping your projects
1 stars 0 forks source link

Alter Auth->get_local_session() to destroy Auth session vars when not valid #17

Open tylersmith102998 opened 4 years ago

tylersmith102998 commented 4 years ago

Right now, if Auth detects an invalid session token, it just leaves it be. Can save some execution time if we actually removed those invalid tokens for users who get issues with cookies or sessions sticking for too long.