Thanks guys! It was indeed the cookie setting in php.ini. Appreciate your help. The cookie setting needs to be changed from the default php 5.3.3 configuration in FC 13.<br><br>I added the following in my config.php as per Petko's comments,<br>
ini_set('session.use_cookies', 1);<br>ini_set('session.use_only_cookies', 1);<br>ini_set('session.gc_maxlifetime', 1440);<br><br>Farhad<br><br><div class="gmail_quote">On Tue, Sep 7, 2010 at 2:58 PM, Rogutės Sparnuotos <span dir="ltr"><<a href="mailto:rogutes@googlemail.com">rogutes@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Farhad Khan (2010-09-05 10:46):<br>
<div class="im">> Hi,<br>
><br>
> Thanks for the reply. I took out config.php; wiki stills asks for password<br>
> every time. You can try it at <a href="http://lab.grype.ca/wiki" target="_blank">http://lab.grype.ca/wiki</a> - it's a fresh<br>
> install so no user/pass authentication.<br>
><br>
> Here's my php.ini attached.<br>
<br>
</div>Your php.ini file contains<br>
session.use_cookies = 0<br>
which means that cookies aren't used for sessions. If you'd change it to<br>
session.use_cookies = 1<br>
sessions should work again.<br>
<br>
Moreover, this setting looks suspicious (unless it is unused in Fedora):<br>
session.gc_maxlifetime = 1<br>
<br>
And this is supposed to be 0 nowadays:<br>
<div class="im"> session.use_trans_sid = 1<br>
<br>
</div>--<br>
<div><div></div><div class="h5">-- Rogutės Sparnuotos<br>
<br>
_______________________________________________<br>
pmwiki-devel mailing list<br>
<a href="mailto:pmwiki-devel@pmichaud.com">pmwiki-devel@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-devel" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks,<br>Farhad<br>