hi,
i have a problem with cookie.
                        
                        true
login page -> decide page -> main page
                        |
                  false 
|
                login page

username and password are posted by login page to decide page, if it's 
true, main page will be opened. when decide page is active, cookie is 
created by line "setcookie("form", $value).
but i've never seen the cookie file about it in windows\cookie 
directory. and sometimes cookie is created and sometimes not..

and i didn't use any session, shall i use it for this work?
what can i do about these problems?

thanks


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to