Login procedure
public
group: Mobile
dejan - Mon, 2007-12-17 08:47
Hello,
For the last couple of months I've been working on a web community page using drupal 5.1.
Well recently I've started on a mobile version of the page. While I don't have problems with themes, views and content display - a big issue appears at drupal's login procedure. Now I've tested my mobile page on several phones, so for I've managed to successfully login on 'new' phones - Nokia's with Symbian S60 3rd edition (2nd edition fails t) and Sony Ericsson K800i (not sure what 'OS' is behind it).
So I'd like to ask, have any of you experienced this problem? What is a possible solution for it?


Same problem here
I use an Sony Ericsson T630 and are also not able to login. I see in the log that the user logs in but the phone keeps showing the login page and when I go to pages that need login it says that access is forbidden.
long shot
try changing the login destination. a quick way of testing that theory would be to paste a login form into a drupal page (full html), editthe login destination of the form to go to another page on login and access that from your mobile to see if it works.
if it does work, it suggests that the phone is caching the login page - drupal's default is to bring you back to the page you were just viewing when you login. By changing logindestination, you 'force' a different page load.