Does Storing Sessions In Database Prevent Hijacking/Fixation

138 views Asked by At

After many hours of frustration, I've managed to write a script that stores PHP sessions in the database. My question is, does this prevent session hijacking and/or fixation?

Thanks in advance.

1

There are 1 answers

0
Daniel A. White On BEST ANSWER

Nope. Its just a different datastore.