Sessions...?????????

wxdqz

New Member
Can someone explain this error:

Warning: Cannot send session cookie - headers already sent by (output started at /home/sites/site10/web/php/test.php:3) in /home/sites/site10/web/php/test.php on line 5


???

I type..:
session_start();
$my_session_variable = "some value";
session_register("my_session_variable");

shouldn't that work...??
 
Back
Top