On 1 May 2011 02:40, Chris Meller <[email protected]> wrote: > Michael C. Harris wrote: >> >> Also, I'm not sure that the auth issue is actually fixed. I have a 0.7 >> install patched with r5083 that exhibits the same behaviour, simply >> reloading the login page, even though a user is returned. > > Can you do some debugging then? Every other instance of people reporting > that they were having this problem has been fixed, at least to my knowledge. > I can't reproduce it so I'm at the mercy of people who have.
Perhaps this is a different issue that only I'm having. This is an install I moved from its own domain to a sub-directory (still a single installation). act_login() correctly finds the user based on the submitted login form, $_SESSION is correctly set to contain user_id, I get a PHPSESSID cookie, but nothing is written to the sessions table. The redirect to /admin therefore fails when User::identify() is called. I have no idea why the session data isn't being written, nor really any idea where to look next. -- Michael C. Harris, School of CS&IT, RMIT University http://twofishcreative.com/michael/blog IRC: michaeltwofish #habari -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
