DeanWhitehouse Posted August 9, 2008 Share Posted August 9, 2008 This is my error FastCGI Error The FastCGI Handler was unable to process the request. Error Details: * The FastCGI process exceeded configured activity timeout * Error Number: 258 (0x80070102). * Error Description: The wait operation timed out. HTTP Error 500 - Server Error. Internet Information Services (IIS) When i remove session_start(); it runs fine, but when i added it i get the error any ideas? This is my code , it is short for a test <?php session_start(); echo "test"; ?> Any ideas, as this didnt happen a few days ago? Link to comment https://forums.phpfreaks.com/topic/118963-session-start-causing-timeout/ Share on other sites More sharing options...
DeanWhitehouse Posted August 9, 2008 Author Share Posted August 9, 2008 Any one know how to stop this or get arround this, this is urgent , so thanks for any reply's Link to comment https://forums.phpfreaks.com/topic/118963-session-start-causing-timeout/#findComment-612595 Share on other sites More sharing options...
CaptainChainsaw Posted August 9, 2008 Share Posted August 9, 2008 of any help: http://forums.iis.net/t/1076662.aspx Link to comment https://forums.phpfreaks.com/topic/118963-session-start-causing-timeout/#findComment-612619 Share on other sites More sharing options...
DeanWhitehouse Posted August 9, 2008 Author Share Posted August 9, 2008 erm not really , as this is not exactly a long script so execution time shouldnt effect it , as it only happens when i add session start. Link to comment https://forums.phpfreaks.com/topic/118963-session-start-causing-timeout/#findComment-612620 Share on other sites More sharing options...
DeanWhitehouse Posted August 10, 2008 Author Share Posted August 10, 2008 Any one had a problem like this , it only started recently Link to comment https://forums.phpfreaks.com/topic/118963-session-start-causing-timeout/#findComment-612884 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.