I have a Magento Website with different Storeviews. One of theese Storeviews is wholesale.
I don't want to let regular people visit this storeview. So I want a general password protection (htaccess like) with just one user password.
htaccess dosen't work in this case because the storeview is no real directory.
I tried a session based login with redirect like this: http://aktuell.de.selfhtml.org/artikel/php/loginsystem/ In this example I log in and if I use the right usr & pw I get redirected to the normal magento login. But it seems that this dosen't work with magento, because some how my session gets destroyed or reset.
Does anybody know how to do that?
