[phplib] one sessionmanagement also for more than one database From: Steffen Petter (spetter <email protected>)
Date: 10/26/00

Hello list members,

I am a student and have some experience in programming with PHP.
My current project is developing a website for an departement at university.
There are some (MySQL) databases, wich I would integrate. The administration should be managed with a web-based interface.
But I have an problem with session and user management based on a database. The PHPLIB is easy to use, if you have only one database with the required tables "active_sessions, ...". If you want to administrate annother database, you have to create the same tables in this database. This would be redundant and not easy to handle. I would prefer one session and user management for the website including data from databases.

How can I manage this? (with PHPLIB)

(Is it possible with multiple Links to MySQL databases? - I think there are some problems.)

Regards, Steffen.