Page 1 of 1

Warning: session_start(): .

PostPosted: October 25th, 2006, 6:42 pm
by eydelber@codeplex
Hi, I am calling ScriptContext.RunApplication, and everything generally works, but when I call:

<?
session_start();
?>

It returns the following:

Warning: session_start(): .

There is no accompanying error, so I don't know what is wrong.

Kevin