David - 2005-08-16

Logged In: YES
user_id=1201646

After further review, I noticed that when I log out the session
ticket is not being removed from the sessionTicket table.

It appears to be a bug in pathos_sessions_logout().

Use: if (isset($_SESSION[SYS_SESSION_KEY]['ticket']))

instead of if (isset($_SESSION['ticket']))

and the sessionticket record will be removed.