Click to See Complete Forum and Search --> : the session


dominator69
10-26-2005, 10:34 PM
Fatal error: session_start(): Failed to initialize storage module: user (path: ) in c:\ ..... on line 42

line 42
session_start(); //Tell PHP to start the session

What could be the problem

Thanx in advance

chazzy
10-26-2005, 10:37 PM
session_start should be the first thing in your script...