[PHP] Sessions Tutorial [was: Re: [PHP] Another questions about usning session.]

2003-03-12 Thread Tom Woody
I have found this to the best tutorial I have seen yet on sessions...its very straight forward, and took care of a lot of questions that I had. http://www.sitepoint.com/article/319/95 -- Tom Woody Systems Administrator Don't throw your computer out the window, throw the Windows out of your co

Re: [PHP] Another questions about usning session.

2003-03-12 Thread André Cupini
: Wednesday, March 12, 2003 2:13 PM Subject: Re: [PHP] Another questions about usning session. But also note that session data can be stolen by other users too... -- Ray On Wed, 2003-03-12 at 10:10, Marek Kilimajer wrote: > Advantage of session is that you can trust the variables

Re: [PHP] Another questions about usning session.

2003-03-12 Thread Ray Hunter
But also note that session data can be stolen by other users too... -- Ray On Wed, 2003-03-12 at 10:10, Marek Kilimajer wrote: > Advantage of session is that you can trust the variables you keep in > your session. cookies can be spoofed > > André Cupini wrote: > > >* People, sorry my ugly Engl

Re: [PHP] Another questions about usning session.

2003-03-12 Thread Marek Kilimajer
Advantage of session is that you can trust the variables you keep in your session. cookies can be spoofed André Cupini wrote: * People, sorry my ugly English. I´m Brazilian... I am looking for learning more about sessions... I´m test this code below don´t work with me My php version is 4.1.

[PHP] Another questions about usning session.

2003-03-12 Thread André Cupini
* People, sorry my ugly English. I´m Brazilian... I am looking for learning more about sessions... I´m test this code below don´t work with me My php version is 4.1.2. Anybody have a complete example code of how use sessions? Another doubt: Sessions use cookies? What the advantage in use sessi

[PHP] Another Questions

2002-08-15 Thread mintbaggio
Thanks for Email to me so soon! 1. Before I sent you Emails I read the function "session_destroy()" and function "session_unset()" again I use session in this sequence: session_start(); //after user has been authenticated (using database authentication) $userid = $txtUser; //txt