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&#39;s comments,<br>
ini_set(&#39;session.use_cookies&#39;, 1);<br>ini_set(&#39;session.use_only_cookies&#39;, 1);<br>ini_set(&#39;session.gc_maxlifetime&#39;, 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">&lt;<a href="mailto:rogutes@googlemail.com">rogutes@googlemail.com</a>&gt;</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">&gt; Hi,<br>
&gt;<br>
&gt; Thanks for the reply. I took out config.php; wiki stills asks for password<br>
&gt; every time. You can try it at <a href="http://lab.grype.ca/wiki" target="_blank">http://lab.grype.ca/wiki</a> - it&#39;s a fresh<br>
&gt; install so no user/pass authentication.<br>
&gt;<br>
&gt; Here&#39;s my php.ini attached.<br>
<br>
</div>Your php.ini file contains<br>
  session.use_cookies = 0<br>
which means that cookies aren&#39;t used for sessions. If you&#39;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>