SessionKey error

For general discussion of the Poker Mavens software
Post Reply
Gamebler
Posts: 9
Joined: Mon Dec 12, 2011 1:36 pm

SessionKey error

Post 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
----
???
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: SessionKey error

Post 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.
Post Reply