Android Question State Manager question

sasidhar

Active Member
Licensed User
Longtime User
Dear all,

I need a help on session state manager.
I have 2 forms in the application.
1. Login 2. Jobs

When user logs in from login page it directs to Jobs page. user activities recorded from that jobs page.

When the application goes to idle state for some time ie(background), again when users clicks on application, it is redirecting to login form, but not in the same login state/form.

Please help me to maintain the same session for long duration.
thanks
Sasidhar.M
 
Top