Is there a way to develop several PHPRunner projects, accessing different databases, and have them run under just one login, so if user logs into module A, can he/she then link to Module B from within A and keep the session variable with the same value, then move back to Module A and still be logged in to that module?
I have done something like this in having a system that uses a php runner project and scripts wrote from scratch. You could do it with 3 modules. Module 1 would be a menu system with the login and a table with descriptions and links in to the other modules, the other 2 would be your php runner projects. I would keep them all in the same db for ease of backup and just take the tick out of any table that I didn't want to appear in the php runner project. Can I ask why you want to split them up? just interested in any advantages
J
Jane8/25/2006
Hi, your pages will work without any modifications.
You need only to add direct link to the menu2 from menu1 and to menu1 from menu2.