Creating database 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

User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

@~Mordred I don't think this would happen as a matter of course. I'm just saying its a possibility. I think it could be argued that this *could* be worse than man in the middle attacks etc, because anyone can walk by & write down the session id - no need to be technically savvy. Of course, the person at the computer will have to be completely oblivious for this to happen - but those people are out there.

@~kaisellgren While I have said that I use db sessions, I can't think of any reason not to use the built in system. It seems a bit simpler.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply