I have an authenticated user, successfully connected and viewing appropriate data...
I need the authenticated user to be able to follow a link to a new php url and maintain authentication...
I keep getting a
Warning: Cannot send session cache limiter -
headers already sent (output started at /usr/local/httpd/htdocs/detail.php:3) in /usr/local/httpd/htdocs/detail.php on line 4
Any ideas as to what I'm doing wrong would be appreciated...
TIA,
-Allen
I need the authenticated user to be able to follow a link to a new php url and maintain authentication...
I keep getting a
Warning: Cannot send session cache limiter -
headers already sent (output started at /usr/local/httpd/htdocs/detail.php:3) in /usr/local/httpd/htdocs/detail.php on line 4
Any ideas as to what I'm doing wrong would be appreciated...
TIA,
-Allen