"Single Sign On" for Oracle AS10g , How to log off manually [message #117631] |
Thu, 28 April 2005 11:03 |
cordess
Messages: 5 Registered: April 2005
|
Junior Member |
|
|
Hello,
i am searching for a function, that i can call to log off manually from a session.
I created a web-page and protect it with "Single Sign On".
I enable the protection with the mod_osso.conf file.
mod_osso.conf:
...
...
<Location /pls/shemaname>
require valid-user
AuthType Basic
</Location>
...
...
If i open my web-page with the Browser, all works fine.
Now i want to add a "Logout"-Button, which calls a pl/sql Single-Sign-Off-Procedure. I think there exist a procedure for this, but i dont know the name of the procedure and how to call it.
I cant use the wwctx package.
I hope there is anybody who knows what i mean and can help me
|
|
|
|