Hi,

I'm trying to create a site that has a shopping cart with another members area. I wish use one log-in for both. That way, new users don't necessarily need to fill in *ALL* members information - just the information OSCommerce needs.

The file structure goes as this:
/catalog - OsCommerce
/signin - Own login system.

I've got it integrated to use the same database (OSCommerce's, with a few new fields) so far, so both systems can log in with the same information / login. However, they do not interact each other - one login does not interact with the other.

I've examined OSC's Login.php to see which session variables to set. I've actually copied a bit of it to my code.

Is there any database or such that I have to to?