I could type out all kinds of stuff about trans-sid, but there's a lot of words in the manual about it. In fact, there's a an entire section on sessions and how they are handled. http://www.php.net/manual/en/ref.session.php > -----Original Message----- > From: Jonathan Villa [mailto:jvilla@isdesigndev.com] > Sent: Wednesday, April 23, 2003 12:19 PM > To: 'Peter Beckman'; php-db@lists.php.net > Subject: RE: Is a PHP session considered a cookie? > > > So whenever I close my browser and reopen it, a new session is created? > > So what happens if someone does not allow cookies? > > ---> Jonathan > > > > -----Original Message----- > From: Peter Beckman [mailto:beckman@purplecow.com] > Sent: Wednesday, April 23, 2003 1:54 PM > To: Jonathan Villa > Cc: php-db@lists.php.net > Subject: Re: Is a PHP session considered a cookie? > > Sets a cookie in the browser that contains the session ID. > > Everything else is stored on the server, and uses the session ID to > retrieve the appropriate information from the session. > > Peter > > On Wed, 23 Apr 2003, Jonathan Villa wrote: > > > > > When I use PHP sessions, doe it place a cookie on the users pc? Or > does > > it store it in the session? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php