[pmwiki-devel] cannot establish a session

Rogutės Sparnuotos rogutes at googlemail.com
Tue Sep 7 13:58:41 CDT 2010


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



More information about the pmwiki-devel mailing list