Is Php session data secure?
问题 Let's assume some validated data gets passed from one PHP page to another using session parameters. How can I be sure on the second php page, this session data is still the data I validated on the first php page? From what I understand the session data is stored in cookies on the users computer. So what stops the users from injecting corrupted data into that sessions cookie? Because in my scenario I need to rely on the fact, that the data passed to the second page is already validated. So the