Re: [PHP] php and session issues continued...

2006-09-18 Thread Richard Lynch
On Sat, September 16, 2006 5:24 am, Dave Goodchild wrote: > When each form is successfully processed the user is redirected to the > next > stage using header('Location...'). I call session_write_close before > that to > ensure the session data is written out before the redirect, but the > problem

[PHP] php and session issues continued...

2006-09-16 Thread Dave Goodchild
Hi all. I have a session issue and wondered if anyone else has encountered this: I have an app where a user fills out 3 forms. In each case, after validation and cleaning the form data is passed into session variables and after the final submission the data is entered into the database. I am usin