[PHP] session variables

2002-04-04 Thread Lee, Ford

I seem to have configuration problemsi just can't seem to get
session variables written to in files under win2000, NTFS w/ Apache and
PHP..i've already done everything from session_start() on every page
to making var globalanybody can help??  thanksbtw, i got the
same system on a Linux box running apache and php and it works fine


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




RE: [PHP] session variables

2002-04-04 Thread Lee, Ford

I've even tried the new php4apache.dll that was on that bug list and
still did not work.  I'm suprised nobody else has this session problem
on Windows 2000 and Apache...

-Original Message-
From: Wolfram Kriesing [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 12:21 PM
To: Lee, Ford; [EMAIL PROTECTED]
Subject: Re: [PHP] session variables


On Thursday 04 April 2002 19:15, Lee, Ford wrote:
 I seem to have configuration problemsi just can't seem to get
 session variables written to in files under win2000, NTFS w/ Apache
and
 PHP..i've already done everything from session_start() on every
page
 to making var globalanybody can help??  thanksbtw, i got the
 same system on a Linux box running apache and php and it works
fine

this is a bug in PHP 4.1.2 on win
   http://bugs.php.net/?id=16423
i am also looking for a workaround  :-(
-- 
Wolfram

... translating template engine 
  http://sf.net/projects/simpletpl

... authentication system 
  http://sf.net/projects/auth


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




RE: [PHP] session variables

2002-04-04 Thread Lee, Ford

Apparently under the bug report database for bug number 16043, my
exactly problem was described.  According to the PHP team, this
windows/apache1.3.23/php4.1.2 session not writing to file bug has been
fixed in the 4.2.0RC1 binaries.  I've patched my php4apache.dll with the
ones from 4.2.0RC1 AND it still doesn't work!!!  Anyone who used
4.2.0RC1 came across this problem and made it work?


-Original Message-
From: SHEETS,JASON (Non-HP-Boise,ex1) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 12:43 PM
To: Lee, Ford
Subject: RE: [PHP] session variables


This isn't limited to windows 2000, I've seen it on nt and xp as well.
I
believe it is just a php on windows bug in general.  I've heard 4.1.1
was
not broken however 4.1.1 has a security hole, if you are just using
windows
as a test/development platform you may consider trying 4.1.1.

Jason

-Original Message-
From: Lee, Ford [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 10:33 AM
To: Wolfram Kriesing
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] session variables


I've even tried the new php4apache.dll that was on that bug list and
still did not work.  I'm suprised nobody else has this session problem
on Windows 2000 and Apache...

-Original Message-
From: Wolfram Kriesing [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 12:21 PM
To: Lee, Ford; [EMAIL PROTECTED]
Subject: Re: [PHP] session variables


On Thursday 04 April 2002 19:15, Lee, Ford wrote:
 I seem to have configuration problemsi just can't seem to get
 session variables written to in files under win2000, NTFS w/ Apache
and
 PHP..i've already done everything from session_start() on every
page
 to making var globalanybody can help??  thanksbtw, i got the
 same system on a Linux box running apache and php and it works
fine

this is a bug in PHP 4.1.2 on win
   http://bugs.php.net/?id=16423
i am also looking for a workaround  :-(
-- 
Wolfram

... translating template engine 
  http://sf.net/projects/simpletpl

... authentication system 
  http://sf.net/projects/auth


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


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




[PHP] php session handling in Apache on Windows 2000

2002-04-03 Thread Lee, Ford

I've installed Apache 1.3.23 on Windows 2000 and PHP 4.1.2 on it. I
can't seem to get any session variables set using any of
$_SESSION/$HTTP_SESSION_VARS/session_register() methods to work. My temp
file is valid and track_vars is turned on. I can see that in the temp
folder my session vars are stored in files but nothing is being written
to it. Therefore, my session vars don't get carried across state.
Anybody who came across this and solved it? If you can let me know, that
would be greatly appreciated. thank you.



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