rclayh
|
| Posted: 05/27/2003, 7:12 AM |
|
I have a rather large app that I've developed with VB.NET and Code Charge Studio. The problem is everytime I build it, it takes a while to generate all the pages. I was wondering if I could break the app down into subprojects, in separate folders and still have a single login at a higher level that would persists in the sublevels. In other words the user logs in using an app running at http://www.main.com and that authentication still works when they go to http://www.main.com/subapp/ (which is built from a separate CCS project using an identical authentication scheme).
Anyone doing this?
|
|
|
 |
rrodgers
|
| Posted: 05/27/2003, 9:33 AM |
|
I think as long as the session variables used for authentication are the same, it will work.
I have switched between two different client sites with the same session variable names and have not had to re-login to gain access to the second site.
rob
|
|
|
 |
EMGX
|
| Posted: 05/27/2003, 11:46 AM |
|
I've done this with no problems. Just make sure your UserID and GroupID variables are the same in both projects (see project settings/security/advanced)
|
|
|
 |
|