RE: [PHP-WIN] cookies problem

2003-07-09 Thread Delacruz, Antonio M [ITS]
Mark, You might try using sessions instead of cookies. The following code checks the session and credentials. Login Page One\n\n"); // Start the session system error_reporting(0); session_start(); // if the login form was posted and the uid was set (and valid) if($_POST['logon'] and $_POST['p

Re: [PHP-WIN] cookies problem

2003-07-09 Thread 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 proble

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Nick H. - Network Operations
n 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

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Stephen March
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

RE: [PHP-WIN] cookies problem

2003-01-18 Thread Chris Kranz
I've had the same problem myself. Seems to happen with a default install of IIS 5 etc. etc. I've changed the php.ini so it should create and save the cookies, but it just ignores them. Sorry, no solution, I just made workarounds :( chris kranz fatcuban.com -Original Message- From: Ed [