Hi again Jamie, I tried the following, which didn't work. Is there any current solution to my issue? ``` $existingSessions = ORM::for_table('sessions')->where_lt('expire', date("Y:m:d H:i:S", time()))->find_many(); $existingSessions->delete(); ``` Thanks