Godaddy linux shared hosting not saving session

lgyiko4tak

New Member
I've some code which gets a token, that I was getting from twitter. When I refresh the page, the token variable becomes empty.I came to know that my web server is not writing those session into file.I'm using php5 so, I created php5.ini file. I wrote this: \[code\]session.save_path= "/tmp"\[/code\]Then gave this file owner permission as read and execute, and created a tmp folder on root, and then gave 700 permission to the folder, but it is still not storing those values in the session.Where am I going wrong? I wrote phpinfo() into a file, then put it in root folder. It says \[code\]session.save_path\[/code\] as \[code\]no\[/code\] value.
 
Top