HI,
 Yes the path does exist and I can see the sessions as files.
I am using PHP.exe and the dll's are getting loaded.

Can you help me with this?

http://sourceforge.net/tracker/index.php?func=detail&aid=542724&group_id=311
&atid=100311

Fix:
src/redirect.php
< header("Location: $redirect_url");
>
echo "<html><head><META HTTP-EQUIV=\"Refresh\"
CONTENT=\"0;
URL=$redirect_url\"></head><body><a
href=$redirect_url>Enter</a></body></html>";

Am I replacing something? Or just adding this bit in? If so, where?



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Jonathan Angliss
Sent: Sunday, June 27, 2004 12:52 PM
To: John
Cc: [EMAIL PROTECTED]
Subject: Re: [SM-USERS] SM not keeping password


Hello John,
On Sunday, June 27, 2004, John wrote...

> Thanks,
>  I've been looking at that. I am using Firefox and it does show a single
> cookie being sent with the content being the session ID.
> If I delete the cookie and try to log on I get "You must be logged in to
> access this page." If I try a second time without deleting the cookie
> I get "Unknown user or password incorrect."
> In Firefox I have my site under the exceptions list to allow. I have three
> different versions of SM (1.4.2, 1.4.3a, and 1.5.0) running and they all
> have the same results. 1.5.0 has a config test page and it reports
> "Congratulations, your SquirrelMail setup looks fine to me!" I think it
> is a problem in the session or cookies but I don't know where.

> This is my PHP.ini session settings
> [Session]
> session.save_handler = files
> session.save_path = C:\PHP\session
[..]

Does this directory exist? Have you tried using / instead of \? As a
note, did you read the document on IIS on the SM website?

  http://www.squirrelmail.org/wiki/en_US/InstallingSquirrelMailWindowsIIS

Search for the word refresh, and read the docs around that section,
though it wouldn't hurt to read the whole page ;)

--
Jonathan Angliss
([EMAIL PROTECTED])

Posting Hints:
http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to