[PHP] Re: Problem with cookies

2001-03-23 Thread wx
Well, I got it fixed, I was told PHP is picky about cookies, so I was told to make it redirect to the same page (so i just put a header(Location: $PHP_SELF);, and it works - rob

[PHP] Problem with cookies

2001-03-23 Thread wx
Hello: I've set up a authentication script in PHP, and have made it to where once the user has been successfully authenticated, it puts the username ($global[username]), password ($global[password]), and realname ($global[realname]) into a cookie. The included functions file (./inc/common.