Passwording a complete website

I’ve created a website that contains multiple databases. All the databases are in the same directory. I would like the users to login to the website only once to access the databases. Is there a way to password protect the whole site so that the users don’t have to login each time to each database?

Thanks for your help!

Subject: passwording a complete website

Have you start session authentication?

Subject: passwording a complete website

  1. You need to secure the ACL2. You need to enable LtpaTokens as part of the session managment configuration.

David Wilkerson

http://www.davalen.com

Subject: RE: passwording a complete website

Thanks. The info you gave me is “greek” to me. But I will look it up in the documentation. Thanks!!