Page 1 of 1

Why are you using PHP sessions?

Posted: Sun Jan 18, 2004 7:12 am
by fastfingertips
I'm holding my sessions in the database, but as i saw on this forum all the people is using the PHP session functions.
Why are you using the PHP system?

Posted: Sun Jan 18, 2004 8:47 am
by jason
You can use the PHP functions and still store your sessions in a database. Why would we use the PHP functions then? Flexibility. Why reinvent the wheel when one already exists.