Badman3k
12-03-2010, 11:35 AM
Hi!
I'm experiencing some issues with the sessions for my site when browsing the site on a mobile phone/3G dongle.
At present I use session ids, and I think the issue is with the connection being "dropped" for a split second, where I don't realise it's happened but the session id changes, thus the session (and login) expire.
What I wanted to find out is what method of login sessions others use when building a mobile site (that requires a login)? Do you just remove the session id? Is there a better way?
I did think of changing the login entirely for mobile devices, by trying to determine the phones PIN so that a user can specify the device pin and it would be checked if they match a user, the user is automatically logged in. Not entirely sure this is secure, as no doubt it'll be easy enough to bypass.
Anyway, any thoughts/advice would be greatly appreciated.
Many thanks in advance.
I'm experiencing some issues with the sessions for my site when browsing the site on a mobile phone/3G dongle.
At present I use session ids, and I think the issue is with the connection being "dropped" for a split second, where I don't realise it's happened but the session id changes, thus the session (and login) expire.
What I wanted to find out is what method of login sessions others use when building a mobile site (that requires a login)? Do you just remove the session id? Is there a better way?
I did think of changing the login entirely for mobile devices, by trying to determine the phones PIN so that a user can specify the device pin and it would be checked if they match a user, the user is automatically logged in. Not entirely sure this is secure, as no doubt it'll be easy enough to bypass.
Anyway, any thoughts/advice would be greatly appreciated.
Many thanks in advance.