Hello, I use the standard Embperl mechanism for session handling (with DBI), latest version of Embperl and Apache::Session. The Apache::Session docs mention tied(%session)->delete; as a way to permanently delete a session from storage. tied(%udat)->delete; "empties" the session data, but the session ID itself is still in the database. Is there a way to completely delete the current session from within Embperl? Thanks. Simon Lindgren [EMAIL PROTECTED]