I've noticed this on and off since 2.0 RC1.2 but never spent enough time to examine why it happened. Need to spend more time on this one, because there's no reason for it to misbehave.
And oddly enough I cannot cause it to misbehave. It works exactly as I would expect it to.
All I've done for testing is to create the following file:
Code: [Select]
And that worked exactly as expected, storing the login_url properly. Thing is, I can find no flaws in the chain of events that would ever cause it to be dropped. (Not even in SMF.)
Posted: March 2nd, 2012, 10:48 AM
And oddly enough I cannot cause it to misbehave. It works exactly as I would expect it to.
All I've done for testing is to create the following file:
<?php
require('SSI.php');
ssi_login('....?action=profile'); // obviously using the real URL
?>
And that worked exactly as expected, storing the login_url properly. Thing is, I can find no flaws in the chain of events that would ever cause it to be dropped. (Not even in SMF.)