|
Q.
With Cookie based protection, I've protected a directory
//servername/dirname, however when I go to //servername/dirname
it prompts for a password even though I have got in successfully
to //servername/dirname/ (with the slash included).
In your equivalent of loginNow.asp, set the protectedDirectory
to be
protectedDirectory = "/asp/ACookieLogin/example2/members"
instead of
protectedDirectory = "/asp/ACookieLogin/example2/members/"
|
|