AdrianFleming
2005-02-23, 22:19
Hi guys,
I have a midlet which makes a http/https connection to a server which returns 3 cookies.
In the nokia series 40 emulator the server sends back 3 cookies in response to my midlets post request, but only the jsessionID cookie is seen by the j2me midlet. I am confident it is not a coding error in reading the http headers as the same midlet runs perfectly under any other emulator in wtk 2.2.
When i run the midlet on nokia 6100(Midp12.0) and 6600(Midp2.0), both can only see one set-cookie header in the response ie: the exact same as in the nokia series 40 emulator.
I think its a problem with nokia phones when reading multiple set-cookie http response headers but im open to any other ideas or suggestions....
any help would be great ...
Thanks,
Adrian
I have a midlet which makes a http/https connection to a server which returns 3 cookies.
In the nokia series 40 emulator the server sends back 3 cookies in response to my midlets post request, but only the jsessionID cookie is seen by the j2me midlet. I am confident it is not a coding error in reading the http headers as the same midlet runs perfectly under any other emulator in wtk 2.2.
When i run the midlet on nokia 6100(Midp12.0) and 6600(Midp2.0), both can only see one set-cookie header in the response ie: the exact same as in the nokia series 40 emulator.
I think its a problem with nokia phones when reading multiple set-cookie http response headers but im open to any other ideas or suggestions....
any help would be great ...
Thanks,
Adrian