Hi, I try to use sessions to keep track if a user is logged in. I keep getting the following error:
Warning: Cannot send session cache limiter - headers already sent (output
started at f:\inetpub\wwwroot\2\admin\authuser.php:30) in
f:\inetpub\wwwroot\2\auth.php on line 28
I use the session_start() and then session_register("session").
What does the error message mean?
Thanks,
Morten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

