Darish
Darish

Reputation: 11491

how to store and retrieve (_sh_SESSION) values in GAE

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

Answers (1)

W I Z A R D
W I Z A R D

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

Related Questions