Re: [PHP-DB] session in php 4.2.3

2002-11-12 Thread dn
Hi! Leif K-Brooks schrieb: My guess is a register_globals problem, but it's hard to tell without seeing your scripts. That did the trick! Thank you very much! I did not provide a path to php.ini so the setting was first not read! Now it works! Best regards Daniel -- PHP Database Mailing Li

Re: [PHP-DB] session in php 4.2.3

2002-11-12 Thread dn
Hi! Jeffrey N Dyke schrieb: are you stating the session on on the other pages with session_start()? > Yes I do! Code comes along! "anmelden.php" does a successful db-login (db-logfile confirms that). "content.php" runs into: Warning: OCISessionBegin: ORA-01017: invalid username/password; logon

[PHP-DB] session in php 4.2.3

2002-11-12 Thread dn
Hi! I have to support a PHP-Database-solution which someone else has developed. In addition I'm quite new to php ... It uses Oracle 8 to display values out of the database. Everything is running fine with php 4.1.1. Due to security reasons I wanted to update to php 4.2.3. I use the same values wi