cookie problems?
-
when logged in i go:
$User = new FEUP_User();
var_dump($User);and get:
object(FEUP_User)#313 (2) { [“Username”:”FEUP_User”:private]=> NULL [“User_ID”:”FEUP_User”:private]=> NULL }
this only happens on iOS devices – iPhone iPad etc.
I’m thinking it might have something to do with the way iOS handles cookies but I have no idea. How can I fix this?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘cookie problems?’ is closed to new replies.