Page 1 of 1

SessionKey error

Posted: Mon Feb 20, 2012 5:58 pm
by Gamebler
i use SessionKey.php and the Require session keys to yes but when login
----
Warning: Cannot modify header information - headers already sent by (output started at /home/******************/domains/************.com/public_html/SessionKey.php:4) in /home/******************/domains/************.com/public_html/SessionKey.php on line 21
----
???

Re: SessionKey error

Posted: Mon Feb 20, 2012 6:37 pm
by Kent Briggs
Gamebler wrote:Warning: Cannot modify header information - headers already sent
When sending headers in PHP code (or any web scripting), it has to be done before any HTML is presented to the user. So make sure that is at the very top of your file.