Reputation: 11491
How I can store and easily query session data (_sh_SESSION) in google app engine datastore? i am using JPA.
I am new to GAE, i read this.
Upvotes: 0
Views: 111
Reputation: 1224
Question : i want to keep the user stay signed in into my app. How can i achieve this?
You can use SharedPreference to Maintain session in android.
Logic: When User enter his user credential for login. That time url is hits from your app at that time you start session in server side. However url is between the app and your Server.
Upvotes: 1