|
Hello,
I have a shopping cart inside of a .htaccess password protected directory. The problem is that members must login twice before they can shop (once for the folder, once for the cart).
I thought...
1) member enters username/password on "Restricted Area" login
*redirection*
2) to a unique page for each member where a cookie with their
username/password would be added
*redirection*
3) to the shopping cart where the cookie would be read.
Would this work or is there a better way to achieve this? I don't trust the shopping cart's PHP password protection, alone. Also, I need a very high level of site access protection.
|