<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi All,<br>
I am still not able to resolve the password issue. Like I mentioned in
my last mail, the difference I noticed in session files for newer and
old wiki is that the password is embedded in the session file for
older(working version) and no password is embedded there in newer wiki.<br>
Is there any way I could make sure the session file has password string
in it so that it does not ask for password again and again?<br>
Thanks,<br>
Abhi.<br>
<br>
Abhishek Gupta wrote:
<blockquote
 cite="mid:7DC6DA5A2931DF44AE9915E9B6ACCED40C836D5D@CSGMBX201W.pu.win.princeton.edu"
 type="cite">
  <pre wrap="">Hi Patrick,
One difference that I saw in the session file is that the session file created with the older version(working fine) has password embedded in it where as the newer one(not working fine) has no password string in it.
This might be the reason that it is prompting me for the password again and again.
Is there any way I could make sure the session file gets the password?
Thanks,
Abhi.
________________________________________
From: Patrick R. Michaud [<a class="moz-txt-link-abbreviated" href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>]
Sent: Tuesday, April 12, 2011 6:44 PM
To: Abhishek Gupta
Cc: Peter Bowers; <a class="moz-txt-link-abbreviated" href="mailto:pmwiki-devel@pmichaud.com">pmwiki-devel@pmichaud.com</a>
Subject: Re: [pmwiki-devel] asks password everytime i click edit

On Tue, Apr 12, 2011 at 06:21:51PM -0400, Abhishek Gupta wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Peter,
The two version are 2.1.27 and 2.2.25.
I do not have two different versions on php running.
apache and php are run by same user.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Check the ownership of the files in the two wiki.d/ directories.
If the files have different ownerships, then PHP is running
under different userids and there's a conflict with sessions
between the two sites.

Also look to see if the files in /var/lib/php/session are all
owned by the same user ("nobody" or "apache") or if they're all
different.

You could also try setting each wiki to have it's own session ID --
at the very beginning of local/config.php, add

    session_name('TestDR');

This will cause the two wikis to use separate cookies for each wiki's
session.

Pm
  </pre>
</blockquote>
</body>
</html>