You need to invalidate the session:

<%
        if (session != null) {
                session.invalidate();
        }

%>

Cheers

        --peter

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Taavi Tiirik
Sent: Tuesday, April 17, 2001 4:22 AM
To: Orion-Interest
Subject: RoleManager: how to log off?


It is possible to log into using RoleManager.login( user, password ).
Now, how can I log off?

thanks,
Taavi




Reply via email to