setting sessions in a form
- From: christopher.j.just@xxxxxxxxx
- Date: 21 Aug 2006 14:22:02 -0700
I'm just starting to use session with my forms in an attempt to lock
down some of the less secure issues with global variables and such.
However, I'm having trouble getting the variables to return.
The form process is pretty basic - a simple registration form with a
number of fields that passes to an intermediate page where there is an
opportunity to update incorrect information and then a final move to a
confirmation page.
Previously I had used hidden includes to move data from one page to
another but I would prefer a more elegant solution by using session. I
know that I set the session_start();, but am not sure on what page and
how to retrieve the information stored. I'm looking for the absolute
beginner starting point and I can build off that, but I'm a bit lost at
the moment.
Thanks for any help,
Chris
.
- Follow-Ups:
- Re: setting sessions in a form
- From: mike
- Re: setting sessions in a form
- From: Mumia W.
- Re: setting sessions in a form
- Prev by Date: Re: 2 dimension array have a max lenght ?
- Next by Date: How do I set Session Variables
- Previous by thread: 2 dimension array have a max lenght ?
- Next by thread: Re: setting sessions in a form
- Index(es):
Relevant Pages
|