Project

General

Profile

Actions

Bug #1758

closed

No Session Variables fastcgi

Added by Anonymous over 15 years ago. Updated almost 14 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

I have fastcgi with php 5.25 running and I can not set or get $_SESSION variables. They are non existant

Actions #1

Updated by hoffie over 15 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid

Are you sure you are using PHP correctly? Are you sure that the combination of your settings are "compatible" with your client? (i.e. usage of cookies).

In any case, it is highly unlikely that this problem is related to a lighty bug, and as such it's the wrong place to ask for help, which is why I'm going to close this as INVALID.

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions #3

Updated by vergissberlin almost 14 years ago

Check whether you have started the session in your php-file with:

session_start();

or just activate session_auto_start in /etc/php5/cgi/php.ini
session.auto_start = 1 

Actions

Also available in: Atom