Opera (9.02 on Windows) shows a blank page after you have logged in with "remember me" checked, closed the browser and visited the page again. When you refresh the page it's rendered (without the welcome
back message).

Comments

bjaspan’s picture

I'm not quite sure how this could be a bug in Persistent Login, though it is possible I guess.

Please read http://drupal.org/node/47465 and tell me if it sounds familiar. Note the entries from 9/06 that talk about Opera 9.

anders.fajerson’s picture

It definately has something to do with redirection. Removing drupal_goto(substr(drupal_get_destination(), 12)); (line 202) makes it work like in the other browsers. Further testing reveals that drupal_goto($_GET['q']); doesn't work, but drupal_goto('someurl'); does.

bjaspan’s picture

I have tested Persistent Login on Drupal 4.7 and 5-RC1 with Opera 9.02 on Windows XP Pro and cannot reproduce the problem you are reporting---it works fine for me. Can you tell me a specific site on which it occurs and where I can create an account? Also, make sure you are using the 1.0 release of Persistent Login for whichever version of Drupal you are using.

Thanks.

bjaspan’s picture

Status: Active » Closed (fixed)

Cannot reproduce; closing due to lack of followup.