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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.