Security of $_SESSION array

前端 未结 6 1452
囚心锁ツ
囚心锁ツ 2021-01-01 01:52

When a low-privilege non-administrator user logs into my web app successfully, I am storing the following data in the $_SESSION array:

$_SESSION         


        
6条回答
  •  执念已碎
    2021-01-01 02:13

    Not unless you've left a security hole somewhere (such as allowing users to add/change $_SESSION data somehow).

提交回复
热议问题