My sessions suddenly stopped working!

i found a solution using this

" Steps to solution

create folder tmp inside of the website root

change permission to 777

sudo chmod -R 777 tmp

enter this line above session_start() in your code

ini_set(‘session.save_path’, ‘/tmp’);"

idk if this gonna cause any problem(so i dont want to close the topic) but now the session works again :slight_smile:

7 Likes