Hi,
I have two sites on the same machine (one directly under the and one defined as a virtual directory). I am using IIS on a windows NT server.
I want the users to be identified by the same session, so after he entered one site (successfuly typing username and password) and I save a session for him, I could use the same session to identify him if he goes to the second site (so he wont have to retype his username and password).
For now, when I click a link I created from the first site to the second, it seems the session is not recognized (it is empty).
Are two seperate sessions created for two sites? Is there a way to work with one session?
Thank you for your time
Yael
I have two sites on the same machine (one directly under the and one defined as a virtual directory). I am using IIS on a windows NT server.
I want the users to be identified by the same session, so after he entered one site (successfuly typing username and password) and I save a session for him, I could use the same session to identify him if he goes to the second site (so he wont have to retype his username and password).
For now, when I click a link I created from the first site to the second, it seems the session is not recognized (it is empty).
Are two seperate sessions created for two sites? Is there a way to work with one session?
Thank you for your time
Yael