Hello all,
I am working on some simple pages that pass non-critical information (i.e.
no passwords, usernames, etc.)
to and from different pages. Currently, I am using FORMs w/the POST method.
I am not using any cookies or anything stored on the client end, simply
passing data.
Should I read up on SESSIONS and use those instead of POST ? What are the
benefits/drawbacks
by switching to SESSIONS ?
Many thanks.
I am working on some simple pages that pass non-critical information (i.e.
no passwords, usernames, etc.)
to and from different pages. Currently, I am using FORMs w/the POST method.
I am not using any cookies or anything stored on the client end, simply
passing data.
Should I read up on SESSIONS and use those instead of POST ? What are the
benefits/drawbacks
by switching to SESSIONS ?
Many thanks.
Comment