chanchelkumar Posted April 6, 2009 Share Posted April 6, 2009 Hi all, I got a Session problem... I assigned sessions using session_start(); it's working on my local server.. But it is not working on my another linux machine means i can't register session varibles.. Please help me.. Link to comment https://forums.phpfreaks.com/topic/152746-session-problem/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 6, 2009 Share Posted April 6, 2009 Add the following two lines immediately after your first opening <?php tag - ini_set ("display_errors", "1"); error_reporting(E_ALL); And post your code so that someone can see what it is doing that might be php configuration specific. Link to comment https://forums.phpfreaks.com/topic/152746-session-problem/#findComment-802103 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.