Multiple login locations for an online app.

Posted by Goro on Stack Overflow See other posts from Stack Overflow or by Goro
Published on 2010-06-17T00:38:45Z Indexed on 2010/06/17 0:42 UTC
Read the original article Hit count: 247

Hello,

I am working on a browser based application that will have many users. The catch is that every user should have their own customized login page, but the actual application is the same for everyone, and needs to be in a central location.

What is the most secure way of doing this?

Would it make more sense to have a copy of the application for each user, and keep the database centralized?

The projected number of users is not very high, probably around 20-80.

Thank you,

© Stack Overflow or respective owner

Related posts about php

Related posts about security