I'm using a login script using $PHP_AUTH_USER and $PHP_AUTH_PW.
And that authorization window is opening. It's all fine but I want to set those 2 variables without showing that ugly popup window. I want to have my own login form. This also works but it seems that after I set those 2 variables to whatever I want, if I click on something , on the next script those variables are not set anymore. With that auth window by default all it;s ok, the variables are remebered. If I'm setting them they didn't stay set. How can I remember those values, without using sessions or transmitting variables from page to page?