Hi!
On my website I have password protected pages that can be accessed by a login page. If the user submits a correct username and
password a session variable is created containing specific user information. The login page is located at
www.mydomain.com/dyn/login.asp (the "dyn"-directory is a virtual folder). The problem is when the user goes from the "dyn"-dir back
to www.mydomain.com (root-dir) to access the protected page, the session variable disapears. I think the virtual folder is the
problem but I'm not sure. Anyone experienced similar problems?
I'm using Windows 2000 Server with IIS 5.0
/Andreas