|
Q. When I login, all my ASP session variables seem to disappear! A. If the protected directory is in a different ASP "application" than the non-protected directory, then ASP session variables will be lost. If you want to keep the session variables between the non-protected and protected areas, then make sure they are both in the same ASP "application". Consult your Microsoft documentation for more details.
|
|