Jump to content

session start causing timeout


DeanWhitehouse

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.