Mark Roebuck
|
| Posted: 06/09/2002, 11:36 AM |
|
I have two codecharge generated apps, one is at
www.domainname.com/
(a codecharge php/mysql) app
and the other is at
www.domainname.com/subdir/
(a codecharge perl/mysql app)
Is it possible to transfer the login information from the first app to the second so that the user does not have to log in twice?
Thanks
|
|
|
 |
Nicole
|
| Posted: 06/10/2002, 7:21 AM |
|
Mark,
Once both sites are build with CC and the session variables names used to identify user are the same user can log in for one site and authentication information will be accepted by other one.
|
|
|
 |
|