rashmi_k28 Posted June 12, 2008 Share Posted June 12, 2008 Hi, The new version of php has been installed in the machine.... But the pages which contains sessions is not working. How to solve this problem Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/ Share on other sites More sharing options...
zenag Posted June 12, 2008 Share Posted June 12, 2008 check whether session support is enabled in ur php info() Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-563808 Share on other sites More sharing options...
conker87 Posted June 12, 2008 Share Posted June 12, 2008 And post us your code if not. Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-563812 Share on other sites More sharing options...
revraz Posted June 12, 2008 Share Posted June 12, 2008 Possible that the session save path is not set right after the update. Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-563852 Share on other sites More sharing options...
rashmi_k28 Posted June 13, 2008 Author Share Posted June 13, 2008 Hi, All the configuration is enabled. But var/lib/php/session folder is empty. In the code I have used session_start(). But still the folder is not updating. Permission are drwxrwx--- How to save some sessions in the directory Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564585 Share on other sites More sharing options...
zenag Posted June 13, 2008 Share Posted June 13, 2008 r u using linux Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564619 Share on other sites More sharing options...
rashmi_k28 Posted June 13, 2008 Author Share Posted June 13, 2008 Yes. Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564630 Share on other sites More sharing options...
zenag Posted June 13, 2008 Share Posted June 13, 2008 in which browser have u tried it ?? Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564634 Share on other sites More sharing options...
zenag Posted June 13, 2008 Share Posted June 13, 2008 check whether 'session.save_path' variable on the server (inside php.ini) was pointing to '/tmp', Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564637 Share on other sites More sharing options...
rashmi_k28 Posted June 13, 2008 Author Share Posted June 13, 2008 It is pointing to this path /var/lib/php/session. Session folder is empty. How to write into the session folder initially. I am using IE. I have used title tag for the tooltip and session_start(); is used How to store some sessions initially in the session folder. Quote Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564642 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.