I'm attempting to connect to a resource that's protected by SiteMinder. Eventually, the app will be in PhoneGap, but for now, I'm just testing the basic communication. When I request the resource, SiteMinder intercepts the request and presents a login screen. After posting the username and password, I can see in a WireShark trace that siteminder does issue a set-cookie header with an SMSession value, but the next request from Android Emulator does not include the cookie.
The same code / environment works fine from a desktop browser. Is there a limit on the cookie size or format that is accepted by Android?