Why are you using PHP sessions?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

Why are you using PHP sessions?

Post 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?
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post 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.
Post Reply