We have a series of modules that need to have the user databases integrated and the code integrated to prevent multiple registrations. Segment 1 - review all registrations - create single database registration for all modules that is referenced by all registration points. Segment 2 - modify code so that all modules use the same database table for user information to validate logins. Segment 3 - modify session control so that required information is passed between modules to eliminate...