On Sun, 2008-09-28 at 22:40 -0700, Pratik Goswami wrote:
> Hi
> 
> I m developing an android application to uploads photos to picasa web
> album and i have to develop intermediate server to handle all request-
> response between picasa web album server and my mobile client.
> 
> I have made three servlets on intermediate server side Login, Album
> and Photos. Login for Authentication, Albums for add,delete,update
> albums and Photos for add, delete photos.
> 
> Now once i send username-password from mobile client to intermediate
> server that time it first calls login servlet and set service object
> and username in session if authentication is successful and sending
> appropriate msg to client. Now client will again send album list
> entries on Album servlet page. Now problem comes here....I want to use
> username and that service object those i have set earlier in session
> at login time. But scope of the session remains in for that particular
> web application only (If i m not wrong).
> 
> Once response send back to client session will be break or not? if i m
> sending a new request - say for retrieving album entries that time
> will i be able to use that session that i have earlies set?

Your need to store the username and password to send each time.

> 
> Please i need suggestions from u guys to create this application.
> Thanks in advance.
> > 
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting a bad thing?

Brian Beattie   LFS12947 | "Honor isn't about making the right choices.
[EMAIL PROTECTED] | It's about dealing with the consequences."
www.beattie-home.net     | -- Midori Koto


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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