Farhad Khan (2010-09-05 10:46): > Hi, > > Thanks for the reply. I took out config.php; wiki stills asks for password > every time. You can try it at http://lab.grype.ca/wiki - it's a fresh > install so no user/pass authentication. > > Here's my php.ini attached.
Your php.ini file contains session.use_cookies = 0 which means that cookies aren't used for sessions. If you'd change it to session.use_cookies = 1 sessions should work again. Moreover, this setting looks suspicious (unless it is unused in Fedora): session.gc_maxlifetime = 1 And this is supposed to be 0 nowadays: session.use_trans_sid = 1 -- -- Rogutės Sparnuotos _______________________________________________ pmwiki-devel mailing list pmwiki-devel@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-devel