Probleme mit Sessions (Error 500)

Bomber

Erfahrenes Mitglied
tach.

hab mich heute mal in sessions versucht :-(

:-)

naja es gibt mal wieder direkt am anfang probleme:

CODE:

PHP:
<?php

     session_start();
?>

PROBLEM:

Das Script erzeugt folgenden fehler:

Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was
 unable to complete your request.
Please contact the server administrator, @@ServerAdmin@@ and inform 
them of the time the error occurred, and anything you might have done 
that may have caused the error.

More information about this error may be available in the server 
error log.

Apache/1.3.24 Server at localhost Port 80

SESSION EINSTELLUNGEN IN PHP:

sessions.gif


Ich hoffe ihr könnt mir helfen / sagen was ich umstellen muss.
Apache version 1.3.24 von Apachefriends.org (PHP Version 4.1.1)

b.
 
Zuletzt bearbeitet:
hat sich erledigt:


Initialize session on request startup.
session.auto_start = 1


stand auf null
 
Zurück