I’m trying to load the following php document on my personal computer:
<?php
session_start();
?>
But I get the following error:
Cannot send session cookie - headers already sent by (output started at C:\…\session.php:1) in C:\…\session.php on line 2
But that can’t be right. This was a custom install of PHP and Apache on Windows XP, and I’m far from comfortable with that kind of thing, so I’m not sure what kind of information to provide here. Any ideas?