DEV Community

Akabwai-samuel
Akabwai-samuel

Posted on

PHP, SESSIONS

What is the best way to secure session variables across web pages in php ??

Top comments (4)

Collapse
 
msamgan profile image
Mohammed Samgan Khan

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.

Collapse
 
akabwaisamuel profile image
Akabwai-samuel • Edited

I prefer doing it manually how do i do it
Give me clues

Collapse
 
msamgan profile image
Mohammed Samgan Khan
Thread Thread
 
akabwaisamuel profile image
Akabwai-samuel

let me check it out