Re: [PHP] Won't save session ids?

2002-04-26 Thread Johan Holst Nielsen
Kirk Johnson wrote: > The coding style needs to match the register_globals setting in php.ini. > > register_globals on: > > $accountsession = $session; > $accountemail = $email; > session_register("accountsession"); > session_register("accountemail"); Oh, sorry... I have just tried so many way

RE: [PHP] Won't save session ids?

2002-04-25 Thread Johnson, Kirk
w, except remove the calls to session _register(). Kirk > -Original Message- > From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 6:14 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Won't save session ids? > > > Hi people, > &g

[PHP] Won't save session ids?

2002-04-25 Thread Johan Holst Nielsen
Hi people, I have a problem with my PHP scripts. I hope someone can help me? I run PHP 4.0.6, Redhat 7.1 When i tries to set a session and then redirect to the next page, the sessions is empty? Someone know how to solve this problem? The script looks like this: session_start(); session_registe