vpganesh Posted May 9, 2008 Share Posted May 9, 2008 Hi Gurus My ISP has turned off the output_buffer. I wanted to trun on only my site that to using my code. how can i do that. Please help me. thanks. Because of this my log out page does not work. i.e. cookie does not get reset. How to solve this. setcookie ("cookie_in",$cookie_data, $time-3600,"/", False); if(setcookie ("cookie_in","", time() - 3600)==TRUE) Link to comment https://forums.phpfreaks.com/topic/104802-output_buffer-is-off-in-server/ Share on other sites More sharing options...
bilis_money Posted May 9, 2008 Share Posted May 9, 2008 why not talk to your ISP and ask them the support. or try .htaccess Link to comment https://forums.phpfreaks.com/topic/104802-output_buffer-is-off-in-server/#findComment-536541 Share on other sites More sharing options...
vpganesh Posted May 22, 2008 Author Share Posted May 22, 2008 Hi Bilis Thanks for your update. I have added this in .htaccess but my ISP has restricted after a long strugle i could able to activate that but now i have some issue "php_value output_handler mb_output_handler" is not working with .htaccess with my isp how to solve this issue. Kindly help me. Thanks Link to comment https://forums.phpfreaks.com/topic/104802-output_buffer-is-off-in-server/#findComment-547314 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.