In a shared hosting environment, session data can be read by PHP scripts written by any user. How can you prevent this? (Choose 2)
Store session data in a different location with session.save_path .
Store session data in a database.
Enable safe_mode .
Set session.name to something unique.
Submit