Clever code elsewhere on the web: on the zeus-users.org community, someone recently asked if it were possible to delete a session persistence entry.
The code sample in one of the responses describes how to do this by managing a client cookie that indexes the user session, deleting the cookie when you wish to drop the session persistence entry.