sumitgpl / ce-mobile-crm

Automatically exported from code.google.com/p/ce-mobile-crm
0 stars 0 forks source link

Login Expiration #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login @ the mobile site.
2. Navigate to another web page.
3. Return to the mobile site.

What is the expected output? What do you see instead?
The user does not expect to be logged out, and instead expects to be able to 
continue their mobile session.  The log out occurs even when browsing away for 
a moment, by accident or otherwise.

What version of the product are you using? On what operating system?
Saw this issue with 0.2.2 on an Android mobile phone.  Installed 0.2.3 today, 
but didn't see any release notes relating to persistent login.

Please provide any additional information below.

Original issue reported on code.google.com by crame...@gmail.com on 13 Jul 2011 at 7:25

GoogleCodeExporter commented 8 years ago
Explore cross-browser compatible cookies as a solution to persisting state 
information such as session id, and possibly saved login credentials. Please be 
sure to test across all platforms though. Need to be sure there is a solution 
that works on WebOS, Blackberry, Android (1.5 - current), iOS, and Maemo. This 
will be key to being able to persist any information across page navigation to 
external sources.

*Also note that if you open a new browser window this will not happen, and all 
links within the application should be configured to open in a new window. If 
you find a link that is not doing this please open another issue for the 
individual area that this behavior exists.

Original comment by team...@gmail.com on 14 Aug 2011 at 2:41