Hello, I know I am not giving many details... It is hard to get many details right now... but I am working on a web app, that has a login page, and stores if the user is logged in, in session data, that is linked to cookie data.
It works on most devices and computers...but on the blackberries I have tried it on, it seems to lose the cookie information, because after a user goes through the login workflow, the site still thinks they are not logged in.
Does anybody know of common gotchas or problems with using cookies on Blackberry devices?
I have been experimenting a bit, and my problem appears to be isolated to when cakePHP generates the session_id cookie, on blackberry devices.