What about creatin some own login system that submits the user's credentials to the "sub-systems" - I think of some php page that contains forms which submit these data to the other applications.
Hi Natty!!
I really like your idea. The point of separation between different subsystems is exactly what i was looking for. Do you think it should be something such as a login CLASS in PHP? It might be implemented as a SINGLETON Pattern and it would keep track of every user logged on in the system. Therefore every application should be modiffied in order to check whether the user is already logged on or not.
Until there is quite easy i guess. Now let's consider this scenario: We have the LOGIN class already implemented and we have a simple BBs and a MAIL Client on our system. We need to create a form in which the user should insert all the data for both, the BBS AND the Mail Client. Then, the class collects all the data and inserts it into all the application's that we have installed already (BBs and Mail Client), inserting in their bd's and creating a new user with the login/pwd that we have selected.
This view might be another approach to the same problem, but i'm looking for an easier solution. Something such as .NET PASSPORT or similar one. I don't know if you could think of another view for this complex`and easy problem.
thanks in advance and feel free to ask me (sorry for my english).... :-D
FeR