
February 14th, 2009, 01:13 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 1
Time spent in forums: 3 m 13 sec
Reputation Power: 0
|
|
Var_dump($_SESSION) and Authentication logic???
Hi,
Im new to PEAR, i played with authentication, first i noticed that SESSION is holding a bunch of data, is that safe?. I was practising to store in session only a hash, that i store in session and in session_table, the hash is temp key with witch i pull user data if needed, and can detect witch user is online.
i want to have types of users and banned or grant access, can i do that with PEER?
Thank you
|