[PHP] Re: Session woes

2002-08-26 Thread Richard Lynch
>the problem I have, however, is that on the third page of my wizard, if the >user submits only some of the required fields, it submits back onto itself >and displays an error as required, but the problem is that when you fill in >the missing fields and move on to the next page (in effect back ont

[PHP] Re: session woes

2001-12-11 Thread Gaylen Fraley
No, it still doesn't work. I believe it's a documented issue with that release. it was fixed in 4.0.4dev. -- Gaylen [EMAIL PROTECTED] Home http://www.gaylenandmargie.com PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwebsite "Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote in message [EMA

[PHP] Re: session woes

2001-12-11 Thread Yasuo Ohgaki
Gaylen Fraley wrote: > I have a friend who is using an ISP that uses php4.0.3pl1 . It appears that > session_register is not working between pages. In script A, the session var > gets registered and shows registered using session_is_registered('testvar'); > However, when script B is called, a s