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? Please i need suggestions from u guys to create this application. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

