Problem with session and IE/Chrome

Yo.

I’ve got a small problem at my homepage: http://mg-s.org

http://pokit.org/get/?3b63c0f6db5116d0aa3a2c7d5538cfd5.jpg

I got two “session warnings”.

I’ve tried everything but they won’t go away. Any help?

The first warning goes away if you login at the “player panel”

Problem 2:
The homepage looks like this with chrome:
http://pokit.org/get/?2e038233e01c1faac854f9aacc0240bb.jpg

The homepage looks like this with internet explorer:
http://pokit.org/get/?a55a8de0a565a499e9f513eebd78107e.jpg

The scripts are here:

index.php : http://pastie.org/private/4iauod0p3jgo7jsw70ing
header.php : http://pastie.org/private/x2svs6v0m3pz5eie7uudvg
login.php : http://pastie.org/private/95qi7dtvmwmu0zeizcuubq

Thanks.

it looks like your starting the session twice??

header.php has nothing to do with index.php
I use header.php for all of the other pages. But like example: http://mg-s.org/bans.php there are no warnings.

I need the session_start(); at index.php else it won’t work to login to the player panel.

is it causing a problem in the running of the page if not you could just hide it
[php]//dont display errors
error_reporting(0);[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service