[PHP] Re: To session or not to session

2005-04-05 Thread Jason Barnett
[EMAIL PROTECTED] wrote: Hi all I have been doing all my design by using POST to transfer user data and GET for user changeable variables. I would like to know what you guys think of using SESSION in production sites. SESSION is A Good Thing. Right now I am giving a trust factor of 80%

[PHP] Re: To session or not to session

2005-04-05 Thread Skrol 29
Hi, SESSION feature connot be compared to POST and GET. POST and GET are methods to transfer data from the client to the server. SESSION is a method to keep the server in touch with the client, like COOKIES. A SESSION works with an ID saved in a cookie, or recalled in the URL. The value of the