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

Reply via email to