Posted to
IIS 7 - FastCGI Module
by
Sevein
on
04-21-2009, 6:14 AM
Hi! When I call session_start() PHP function, PHP engine (through FastCGI) gives me the next warning:
Warning: session_start() [function.session-start]:
Cannot send session cache limiter - headers already sent (output
started at D:\foo\bar.utf8.php:1) in C:\foo\bar.utf8.php on line 1
The only way I found to avoid this problem is setting my ...