I mean I want to develope an application in which user enter user name
and password and hit the login button. If user enter both the field
correct then - Returns the session id on successful login. Now user
can hit other links of that application and if user logout from that
application and suppose hit some link then again Login screen will be
flashed.
I know in servlet we create session by cookie,
HttpSession theSession = req.getSession();
But how it is done in android?
On Feb 16, 1:13 pm, Dianne Hackborn <[email protected]> wrote:
> Define "session".
>
> On Tue, Feb 15, 2011 at 10:26 PM, pramod.deore
> <[email protected]>wrote:
>
> > Hi everybody,
>
> > Someone please provide some information (some
> > links)about how to handle session management in android.
>
> > --
> > 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
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails. All such
> questions should be posted on public forums, where I and others can see and
> answer them.
--
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