Len Whistler
10-27-2005, 09:48 PM
With _POST or _GET form data is passed onto the next page and displayed. With _SESSIONS form data is also passed onto the next page and displayed.
But with _SESSIONS you can retrieve the data onto a 3rd page or anytime the user is still on your site, and the _POST or _GET data is not stored in memory and cannot be retrieved later on during the visit.
Is that right? Thanks.
But with _SESSIONS you can retrieve the data onto a 3rd page or anytime the user is still on your site, and the _POST or _GET data is not stored in memory and cannot be retrieved later on during the visit.
Is that right? Thanks.