I was stuck for a bit there.
I have a page that loads via AJAX, but I had to modify it to work for Google’s googlebot #! system…
The googlebot logic senses that it’s googlebot, and uses PHP includes instead of the AJAX!
Well the includes don’t need the session_start() again, but the AJAX loads DO!
So, NOT to be forgotten, session_start() will work per LOAD, hard to explain that, but you can wrap your head around it…
fancy!
BETTER SOLUTION: Sessions manager class, framework or similar…





