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 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() 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. 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. 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 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 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. 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 ?? 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', 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. Link to comment https://forums.phpfreaks.com/topic/109876-session/#findComment-564642 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.