I changed some of the session settings and ran into a problem with Authorize.net processing. What would happen is that the user would go to the Authorize.net screen, enter the data, then would get logged out and be returned to the store's login page. The order would not be finalized by checkout_process.php, and there would be no record of the order in osCommerce. But the customer would be charged by Authorize.net.
Turned out that, because of the way the Authorize.net SIM payment module works, certain session settings break the order processing
I fixed the problem by changing these session values to false in the osCommerce admin pages:
- Check SSL Session ID
- Check IP Address
- Check User Agent














