Re: [PHP] To session or not to session [SOLVED]

2005-04-06 Thread Andy Pieters
Thank you all for your input. Andy -- Registered Linux User Number 379093 -- Feel free to check out these few php utilities that I released under the GPL2 and that are meant for use with a php cli binary: http://www.vlaamse-kern.com/sas/ -- -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] To session or not to session

2005-04-05 Thread Andy Pieters
I forgot to mention some context related stuff. 1. This is for distribution, so wether or not session will actually be avaiable is something I cannot know. > Right now I am giving a trust factor of 80% to POST and 0% on GET. What > trust factor should I apply to SESSION 2. These trust factors

Re: [PHP] To session or not to session

2005-04-05 Thread Richard Lynch
On Tue, April 5, 2005 2:24 pm, [EMAIL PROTECTED] said: > 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. GET, POST, SESSION, Whatever it takes. > Rig

RE: [PHP] To session or not to session

2005-04-05 Thread Chris W. Parker
[EMAIL PROTECTED] on Tuesday, April 05, 2005 2:25 PM said: > Right now I am giving a trust factor of 80% to POST and 0% on GET. > What trust factor should I apply to SESSION What do you mean "trust"? If by trust you mean "I trust the data to be 80% h4x0r-free if I'

[PHP] To session or not to session

2005-04-05 Thread mailings
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. Right now I am giving a trust factor of 80% to POST and 0% on GET. What trust factor should I appl