I am using mojox::session with a PostgreSQL db. I have a expires column in the table. I am not sure the purpose of it. Basically, my question is how does the whole thing about expires work. How is session expired and how is the row in table deleted. Presently, I am manually deleting rows in the table.
Thanks.