In a shared hosting environment, session data can be read by PHP scripts written by any user.
How can you prevent this?

A.
Store session data in a different location withsession.save_path
B.
Store session data in a database.
C.
Enablesafe_mode.
D.
Set session.name to something unique.