Cookies you either love em' or hate em'

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

Cookies or Sessions?

Poll ended at Tue Oct 21, 2003 4:39 pm

cookies
1
17%
sessions
5
83%
other
0
No votes
 
Total votes: 6

evilMind
Forum Contributor
Posts: 145
Joined: Fri Sep 19, 2003 10:09 am
Location: Earth

Cookies you either love em' or hate em'

Post by evilMind »

The age old question returns once again to haunt the minds of all! Ha ha ha..

Just kidding ;) Seriously, cookies ( if used properly ) create less overhead and can do the same thing as sessions... Some that I've spoke with have said that they prefer cookies vs. sessions since cookies don't have to access a file on the server to get thier information.... What do you think?
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

sessions are way better, i just can't live with out em...btw, I "eat" cookies :lol:
Post Reply