Security enhancement - re-authenticate before access to database

I’m trying to implement some additional security to a database containing sensitive information. I would like the user to re-authenticate before he or she can enter the database (similar on how a user is prompted for his password before he/she can access the user security section in the notes client. Unfortunately I’m an administrator and have no clue on how to do this, can anybody help me out? Thanks in advance!

Subject: I don’t think this is possible in the Notes client

A workaround might be to use @Command( [ToolsUserLogoff] ) in the code for the application.

Hans Haraldsen

Subject: security enhancement - re-authenticate before access to database

If you are using Session Authentication, you could maybe work out something with deleting the Authentication session cookie.

If the http_referer <> current database,

Delete cookie

Reload current URL

Might be worth a shot

Subject: security enhancement - re-authenticate before access to database

Hi,

You can create a login form, who will create a flag. Every time someone opens this database, and the flag does not exist, the login will prompt.

HTH

Daniel