Re: [PHP] session_start() part III

2001-08-13 Thread Renze Munnik
On Mon, Aug 13, 2001 at 05:39:47PM +0200, Aniceto Lopez wrote: I guess Renze, I have to use session_start() in the file where I want to output data from the session All this questions about session are generated because I want to control the acces to some of the web pages in a site so only

Re: [PHP] session_start() part III

2001-08-13 Thread Richard Baskett
When you named your session by using session_name(mysession) you renamed your session from PHPSESSID to mysession. You do not need to destroy each session when someone closes the browser out. If you do not, the persons session will be stored in a temp folder on the php server and once in awhile