I'm not sure what you are trying to do but what reason can you possibly have to store 
the password of a user in his cookie?
Usually the username is also not something you need in the cookie.

Are you sure the cookies are set at all?
can you show some code? specially the one you set the cookies with?
Also, is there any chance that the cookies are set on a different domain than the one 
you are in (e.g., you are using an IFRAME or something?)

Sincerely

berber

Visit http://www.weberdev.com/ Today!!!
To see where PHP might take you tomorrow.

-----Original Message-----
From: Omar [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 06, 2003 8:41 PM
To: [EMAIL PROTECTED]
Subject: [PHP] cookies and iexplorer


I have this login page, if the login is correct, i create 3 cookies:
 - user = $login
 - password = $pass
 - seepage = 1

on the other pages, i placed a condition:
if $seepage != 1
  go to login page
else
  show page

It works fine to some people (works fine for me), but there are other people who canīt 
see a page with the condition. We tryed changin the security leven on the browser 
(internet explorer 5.x & 6), and lots of other related things, but they still canīt 
see the page. Do you have any advice? I don't have a clue about what could be wrong 
with these people.

Thank you.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to