I hope you won't treat this as a bug report about Google Chrome :)
My session handler is working fine under all browsers except Google Chrome OS X (build: 12.0.742.122). At random times Chrome lost all session information (shows i am logged in but a single click and i am on the login page again). This is lasts until i clear my whole browser cache then login again, everything is fine until this happen again.
There was a similar question where the accepted answer suggesting to do a sleep(2) before checking session variables. I think this isn't the same problem and sleep isn't a real solution because it slows down the whole site (every page request delayed with 2 seconds).
Do you think there's a PHP problem here i can fix or is it really a Chrome bug?