On Tue, Mar 2, 2010 at 1:13 PM, Andy C <[email protected]> wrote: > Strange. Sounds like your session timed out before it even began. > You'll need to take a speed typing course :-) > > What version of Habari (0.6.4 or SVN revison) ? > What database ? > What Web Server ? > What platform ? > What browser ? > Installed in / or subdirectory ? > Can you post the contents of your .htaccess and the output of > phpinfo() ? > Anything in the Habari error or Web server log ? > Does clearing cookies help ? > -- > Andy
Also, are you logging in with http or https? some PHP setups (FreeBSD) force the use of secure session cookies. Also, habari itself will only set a secure cookie if you log in through https, meaning with http you will be logged out to prevent your secure data going over unsecure intarwebs. -- Matt Read http://mattread.info http://mattread.com -- 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-users
