Actions
Bug #1758
closedNo Session Variables fastcgi
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
Updated by hoffie about 16 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.
Updated by vergissberlin over 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