![]() |
Sergey Kornilov admin 10/17/2007 |
Make sure you create a separate virtual directory for each project. |
L
|
lonestar author 10/18/2007 |
Do you know if this is possible with a Windows hosting account through GoDaddy.com? |
![]() |
Sergey Kornilov admin 10/18/2007 |
You need to contact GoDaddy support in this regard. |
L
|
lonestar author 10/18/2007 |
I've contacted GoDaddy and am waiting on a reply. |
![]() |
Sergey Kornilov admin 10/18/2007 |
There is no other solution - this is the way how ASP sessions work. |
L
|
lonestar author 10/18/2007 |
If that is the case then there is no way to keep 2 projects separate from each other on a GoDaddy hosting account. GoDaddy informed me that there is no way to create separate virtual drives on their hosting accounts. |
L
|
lonestar author 10/18/2007 |
Also.... Would changing SESSION("UserID") in one project to SESSION("UserID1") and leaving the other the same solve my problem? |
L
|
lonestar author 10/19/2007 |
OK I've found a solution. If you change the usertype in the DB for one project from "admin" to "admin1" and make the corresponding changes in the login page and commonfunctions page this takes care of the cross admin privileges between projects. |