Hi guys, I want to have two application, the first one with one database that hold the information off some clients (database_user, database_pass, database_IP, database_name) and the second one with a lot of databases the hold the information related with each company. Every client will have a database for save his data.
I want to create in the first app a form in which the client will enter his user, pass and company. Then with the name of the company I will get from the database all the information (database connexion parameters), and redirect the request to the second application, in the request I will send all the database connexion parameter and a token that identify the user. Once in the second application I want to save in the user seccion all the connection parameters and try to change dynamically the parameter coneccion for each user. So my question this time is, Is there any way in which I can change dynamically the database parameter connexion? I want to save the parameter connexion in the user section. Any idea or advise??? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en