Re: [PHP-DB] session in php 4.2.3

2002-11-12 Thread Jeffrey_N_Dyke
are you stating the session on on the other pages with session_start()? what errors are you getting? if you check for session_is_registered (user) on the other pages, what do you get? can you send some code along, its hard to see what the issue may be without it.

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

Re: [PHP-DB] session in php 4.2.3

2002-11-12 Thread Leif K-Brooks
My guess is a register_globals problem, but it's hard to tell without seeing your scripts. dn wrote: 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

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