|
Q.
I am using "site-wide" cookie-login, but the
if the the directory just below the root directory changes case,
(for example with a link which goes to the same directory, but with upper-case instead
of lower case letters in the URL),
then the user is logged out!
If you login to a URL like
In the easyloginnow.asp file (or your equivalent) add the line:
This explicitly forces the browser to apply the cookie to every directory on the site, regardless of case. This line is added from version 5.1 on up, so recent users should not experience this problem. Not sure why browsers behave this way.
|
|