Whats wrong with that? I mean why am i getting it??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
Line 547 to 550 in lib.inc.php:
Im having problems with session_start() through out the site, any help???PHP Code:session_set_save_handler('sess_open', '', 'sess_read', 'sess_write', 'sess_destroy', 'sess_gc');
session_name('s');
session_name('s');
session_start();




Reply With Quote