I want to check the user whether they have sign in or not, so I assign a hidden from field to store the session key, and I have a post method form to submit.
Can others/hackers, copy my session key from my field and send a post method to the server?? If yes, how can I do to avoid this?