Nader
|
| Posted: 02/13/2006, 1:08 PM |
|
I have two websites (both created by CCS) and they both have separate databases with their own User tables.
When I open two browsers and login one of the sites, at the other browser I can access the restricted pages of the other website!
I am not properly login on the second website but the restricted pages can be accessed!
Has anyone come across this problem?
Thanks
|
|
|
 |
marcwolf
Posts: 361
|
| Posted: 02/13/2006, 5:14 PM |
|
Hi Nader
If you are using IIS then it could be that your websites are not set up as an virtual directory.
This would mean that the session variable area is the same for both projects rather than isolated.
To set up a virtual directory open up the IIS Manager, select your project, right click and display the properties, and then click CREATE in the application settings.
When you have done this you will see that IIS has changed the icon from a folder to a little openbox with something in it.
Hope this helps.
Take care
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
Nader
|
| Posted: 02/13/2006, 5:21 PM |
|
Thanks Dave for the response.
However, I am not using IIS. I am using Linux and Apache web server.
- Nader
|
|
|
 |
35thSLP
|
| Posted: 02/13/2006, 11:11 PM |
|
Nader,
under Project settings-> Security -> Advanced you can set the variable names used to hold the login session values. for each project simply rename the variables to something unique for each project and you cross application login problem will go away.
Hope that helps,
Jeff
|
|
|
 |
Nader
|
| Posted: 02/14/2006, 8:27 AM |
|
It sure did!
Thank you Jeff
|
|
|
 |
|