My website was working fine till I rebooted my server. PHP is not saving sessions... well kinda. I can see the sessions in the session dir and new ones are made when people try to login but when I var dump $_SESSION I get array(0) { } I have tried chmoding the session folder, re installing php.
This is a dedicated server and not shared.
Any suggestions?
Thanks