Warning: Cannot send session cache limiter *RESOLVED*
PHP Code:
Warning: Cannot send session cache limiter - headers already sent (output started at /home/alltom/public_html/flame/template.inc.php:1) in /home/alltom/public_html/flame/lib.inc.php on line 550
Whats wrong with that? I mean why am i getting it??
Line 547 to 550 in lib.inc.php:
PHP Code:
session_set_save_handler('sess_open', '', 'sess_read', 'sess_write', 'sess_destroy', 'sess_gc');
session_name('s');
session_name('s');
session_start();
Im having problems with session_start() through out the site, any help???