First, I would stay away from cookies -- you can never be sure (in advance) if the user will allow you to create one on their machine. http://www.php.net/manual/en/ref.session.php Check out a working example of moving the session id to the url at http://www.healthyproductsplus.com/inv/products.php NOTE: the logout function is not functional as of yet. If my site does what you're trying to do..perhaps I can send you some code. -----Original Message----- From: Blain <Blain@gmx.ch> To: php-db@lists.php.net <php-db@lists.php.net> Date: Sunday, April 13, 2003 2:40 PM Subject: Strange session problems 2 >I tried to display the phpsession but the same problems... > >If it helps.. here is the header: > >HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 >Date: Sun, 13 Apr 2003 19:25:53 GMT >Content-type: text/html X-Powered-By: PHP/4.3.1 >Set-Cookie: PHPSESSID=be74477ef850ce420b32e0aa04653a6f; path=/ >Expires: Thu, 19 Nov 1981 08:52:00 GMT >Cache-Control: no-store, no-cache, must-revalidate, post-check=0, >pre-check=0 >Pragma: no-cache >Connection: Keep-Alive > >I know.. i shouldn't run php on iis... :-(( > > >-- first msg --- >>Hi > >>I made a Userlogin with sessions. At some people the IE block the cookies >an >>shows a errormsg with >>safety error. But not at all... The Privacy Stage is Medium... at all >tested >>clients... > >>Can someone help? > > > >-- >PHP Database Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php