zohab Posted May 3, 2007 Share Posted May 3, 2007 hi all i had installed php on windows server 2003 pc it uses IIS as server. i am getting one session error.something like you have error at session_start() on line xyz,header already send , cashe limit error i would like to know what need to change in php.ini file to remove this error. before this i was getting register_global error ,i make register_globals on in php.ini file so that error had gone. any ideas? thanks in advance. zohab Link to comment https://forums.phpfreaks.com/topic/49764-session-settings-in-phpini-file/ Share on other sites More sharing options...
corbin Posted May 3, 2007 Share Posted May 3, 2007 http://www.phpfreaks.com/forums/index.php/topic,37442.0.html Link to comment https://forums.phpfreaks.com/topic/49764-session-settings-in-phpini-file/#findComment-244077 Share on other sites More sharing options...
mmarif4u Posted May 3, 2007 Share Posted May 3, 2007 use this at very top of the page: <?php ob_start(); ?> Link to comment https://forums.phpfreaks.com/topic/49764-session-settings-in-phpini-file/#findComment-244080 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.