[phplib] Auth Class/User Class From: Dennis Gearon (gearond <email protected>)
Date: 05/07/01

Instead of the complicated dropping of unauthorized User/Session, and
transfer to an Authorized User/Session of the session vars, I was
thinking of just adding a unique column with the user_ID to
'active_sessions' table. When a session was changed to authorized by the
user logging in, the user's id would be put into that column and any
page specific user vars/preferences would then be activeated after the
user logged in.

Is there something I'm missing that makes that not a good idea?

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>