Where in the database is the Session ID (http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_6.5/Application_Framework/Web_Services/Method_Calls/login/ in the result section the one called result.id) stored and how can I manipulate session states directly?
Hi if i remember well,
the session id of rest api is not stored in DB. The crm store the ID only in session (php $_SESSION variable).
If you want to manipulate that value you can work on $_SESSION
1 Like