sync DW login SB with Cartweaver login
Hello,
I currently have a CMS that I've devloped using the DW server behaviors. I want to setup a cartweaver online store for the site. What I want to do is sync the login of the DW server behavior to the cartweaver login so that if the visitor logs in from the DW login page then the login session will transfer over to the cartweaver login and vise-versa.
I am using php and I'm thinking that I can set this up using session variables somehow so that if the session is set for the DW login then it will process the session variable info to the login page for the cartweaver login and vise-versa if the cartweaver login session variable is set then it will process the variables to the DW login page. I just need a little guidance to get it all setup cause right now if someone logs in through the DW login page then they have to login again to access their cartweaver account info. I want to sync the login of the DW login and the cartweaver login. I'm hoping someone has done this before and can point me in the right direction to get this setup. I've looked on the Cartweaver newsgroup but I haven't found any information about the subject. I know that cartweaver adds its own DB tables when you install cartweaver on the site. So I'm thinking of moving the table for the DW signup and login to the same table used for the cartweaver signup and login table. Thanks for any info or insight that you can provide on this.
