![]() |
Sergey Kornilov admin 3/2/2006 |
Jerry, |
J
|
jerrycook author 3/2/2006 |
Jerry, looks like something is mixed here. Did you put both projects to the same folder on the Web server? Each project should go to it's own designated folder.
|
J
|
jerrycook author 3/2/2006 |
Hi - Thanks for your reply. The projects are in their own designated folders. Interestingly, this only happens after the "Your session has expired. Please login again" has been displayed (step 3). Thanks again
|
![]() |
Sergey Kornilov admin 3/2/2006 |
Jerry, |
J
|
jerrycook author 3/3/2006 |
Jerry, I see what you saying now. ASP pages store logged user info in Session variables. Session variables are shared between all folders on the Web site. To prevent this from happening make sure you created a separate Application in each folder. In IIS settings right-click on folder, choose Properties->Directory->Create application. In this case Session data won't be shared between projects.
|