Talk:PHP Sessions
From Facebook Developer Wiki
So, correct me if I am wrong, but simply including this code at the beginning of a script will ensure access to the same $_SESSION vars across page calls? --568623702 12:16, 1 November 2007 (PDT)
doesn't work for me
Ok, I found a method that works and edited this page accordingly. 568623702
I do think the regular session_start() works now. I can't get the above method to work neither. --505612578 07:02, 19 November 2009 (PST)
