Nick,

I'm not 100% sure, but I believe I checked that. If I remember correctly the default php.ini has it pointing to /tmp which was c:\winnt\temp (everyone has modify on the temp dir). I'll be cruising in to work tomorrow to check it (around 3:00pm Mountain time), since I have 1-box that works, and 1-that doesn't I'll also be able to compare the permissions & their affects on the admin loop problem.

Stay tuned >8)

Cheers,
~Steve



Nick H. - Network Operations wrote:

This is just an odd suggestion.. but did you check permissions on the
c:\php\sessiondata (or whatever folder it is)?  IUSR_Machine needs to have
modify on that folder in order to store it's session data...   Of course,
you can change that path in the .ini to point wherever you want, but by
default it's in the same dir as the .exe.  I have noticed that on some
installs of php (wether with the .exe or .msi or whatever) it fails to set
the proper permissions on the folder.  I haven't played with PHP-Nuke on
Windows NT in near a year, but if I remember correctly, that's how I fixed
the admin loop issue on a box I run =\



Regards,
Nick H.
Network Operations Center
[EMAIL PROTECTED]

Please rate my performance! http://www.supportteam.net/rate.php3
Please submit all new support requests to
http://ticketmonster.hostingsupport.com/

-------------------------------------------
Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone.  In such case, you should destroy this message and kindly
notify the sender by reply email.  Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.

----- Original Message -----
From: "Stephen March" <[EMAIL PROTECTED]>
To: "Mark Anderson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 09, 2003 11:23 PM
Subject: Re: [PHP-WIN] cookies problem


: Mark, : : I've run in to this problem - first noticing this with PHP Nuke. : This cookie problem seems to be a result of a server configuration : issue with the Windows operating system. : : At work I have 2 Win-2k servers, both running PHP 4.3.2, our production : web-server can set cookies no problem. On our dev-web server, : cookies can not be set. This is cause of the "admin loop" error of : PHP Nuke - if you're doing any reading on the forums. This is : web-server independant, you'll notice if you install Apache on the : system, you will have the same issue of cookies not being set. Now, : something I will try is setting Apache up in CGI mode to see if that has : the same problems? : : Internet explorer 5.0 should work for you, however versions of 5.5+ : (and some of the other browsers such as Opera), require a domain to : be set as part of the cookie, and as such error out. : : I've been tracking this problem on our dev server for a while, and it : seems to be part of the Win 2k hardening proceedures that Microsoft : recommends. Using the exact same PHP configuration on the exact same : web-servers (same patch levels to the T), one works and one does not : : >8( : : Frustrating indeed! : ~Steve : : : : Mark Anderson wrote: : : >Hi everybody: : >I have php 4.3.2 running as a isapi module on WinXP with IIS 5.1. : >When I run the following script: : > : >setcookie("auth_login",$cookie_val['auth_login'],time() + 3600); : >or : >setcookie("auth_level",$cookie_val['auth_level'],time() + 3600); : > : >it fails to set the cookie in browsers different of netscape : >navigator. ie opera or internet explorer. nevertheless it works : >localy with internet explorer. I have check all kind of privacy : >settings in this browsers and it remains the same... does someone : >have a clue about this? : > : >Thanks in advance : > : >Mark : > : > : > : >Sent by Medscape Mail: Free Portable E-mail for Professionals on the Move : >http://www.medscape.com : > : > : > : : : : : -- : PHP Windows Mailing List (http://www.php.net/) : To unsubscribe, visit: http://www.php.net/unsub.php







--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to