OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: wdssnyder on May 11, 2016, 04:48:15 PM

Title: CMOD Unique User usage
Post by: wdssnyder on May 11, 2016, 04:48:15 PM
Creating api to link CMOD documents to another app. Anyone making the call from app would use the same hardcoded user and password. Is there repercussions with this setup? Performance, limit of login with same user, etc...
Title: Re: CMOD Unique User usage
Post by: Justin Derrick on May 12, 2016, 08:15:54 AM
Nope.  Many web-facing 'portals' to documents in CMOD use a single user.

Just make sure you're using the Java API -- I had a customer last year who was still using the CGI interface to CMOD, and it was a source of endless headaches, and more than one Sev 1 outage.

-JD.