I am assuming you posted 3 times by accident?

Yes.. cookie. Desktop (or mobile device) applications don't maintain cookies
automatically like a browser. Usually a jsp page returns a jsessionid=  back
as party of the response. You can then append this to pass the same cookie
back... or look into how HttpClient maintains cookies as the above post
said.

On Sun, Jan 17, 2010 at 12:02 PM, Frank Weiss <[email protected]> wrote:

> Probably a cookie. Look into understanding how cookies work and how the
> servlet container uses them, then understand how to manage cookies with
> HttpClient.
>
> On Sat, Jan 16, 2010 at 12:57 AM, Testingjsp <[email protected]> wrote:
>
>> Hi,
>>
>> I am making a request from an android application to jsp server, when
>> running the jsp url from android browser,
>> server is able to maintain session and page navigation history. When
>> trying the same from android application it is not maintaining the
>> session.
>>
>> Ie. if a user logs-in  his details are not maintained if it is from
>> android application.
>>
>> Please can you help me on this.
>>
>> Thanks in advance.
>>
>> Regards,
>> tesingjsp.
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]<android-developers%[email protected]>
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to