RE: [PHP] $_SESSION / Windows doesn't work!?

2002-03-18 Thread Ford, Mike [LSS]

> -Original Message-
> From: Hiroshi Ayukawa [mailto:[EMAIL PROTECTED]]
> Sent: 18 March 2002 05:11
> 
> I'm trying to use $_SESSION on Windows2000+PHP4.1.2 binary version.
> But it seems that $_SESSION doesn't work, even in the 
> simplest samples 
> like;

I think this is acknowledged as broken in version 4.1.2 in general.  As you 
discovered, sticking to the old behaviour is the best workaround.

Cheers!

Mike

-
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730  Fax:  +44 113 283 3211 

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




[PHP] $_SESSION / Windows doesn't work!?

2002-03-17 Thread Hiroshi Ayukawa


Hi,

I'm trying to use $_SESSION on Windows2000+PHP4.1.2 binary version.
But it seems that $_SESSION doesn't work, even in the simplest samples 
like;
--
".$_SESSION['count'];
?>
!
---
session_id is set properly in this case.
Moreover, the old way of using session works, i.e. session_register(...) 
and so on.

Does anyone know about this trouble?

Regards,
Hiroshi Ayukawa
http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top

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