If you use a database to store $_SESSION with session_set_save_handler should yoou encrypt? If you should encrypt any recommendations on what to use to encrypt?
If you use a database to store $_SESSION with session_set_save_handler should yoou encrypt? If
Share
You shouldn’t unless your database is less secured against unwanted reading than your source code that does the encryption and decryption (which is unlikely).