What is the best way to secure session variables across web pages in php ??
For further actions, you may consider blocking this person and/or reporting abuse
What is the best way to secure session variables across web pages in php ??
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
JetThoughts Dev -
GitHubOpenSource -
yasiramus -
Alex M. Schapelle -
Top comments (4)
you can do it manually or there are tons of plugin for Auth in PHP, you can use one of them.
I am assuming you are doing this for practice only. if you are doing it for any project I recommend you work with any framework.
CI (codeignitor) and CakePhp are good to get started.
I prefer doing it manually how do i do it
Give me clues
codeforgeek.com/session-handling-php/
let me check it out