php - Is it possible for a hacker to find the value of a session variable on my server ? -
is possible (hacker), somehow hold of value of session variable active.
in normal course of events, information session available client session id.
for data stored on server (even if connected session id) visible client need either:
- to expose explicitly
- to have security vulnerability
Comments
Post a Comment