• SugarPro-11.0.0.zip installer: PHP Sessions Configuration Error

    Hello Sugar Dev Community When trying to install Sugar Professional v11.0.0 on my local machine (with docker-compose, php:7.3-apache image) i ran into the problem, that when trying to start the installation procedure in the browser, the following PHP…
  • getting duplicate session storage in sugacrm

    Hello Team, I'm creating a plugin for a custom requirement, and for this, I need unique session storage(let's say tabID) on each tab. but session storage is behaving very strange with SugarCRM while in normal Html is it behaving correctly. For example…
  • How do you logout a user from the server in PHP?

    I want to create a customisation that logs users out after a certain time of inactivity since closing Sugar in their browser (e.g. log out at night). I need this separate from Oauth token lifetimes so that APIs and the Outlook Plugin can still be configured…
  • "Invalid Session ID". Keep the user session alive

    Hi, We are using Sugar CE 6.5. With the Rest API we get the error "Invalid Session ID". This happens too frequently. Is there way to increase the "session timeout" time or keep the user session alive? Thanks,
  • How to clear old session

    My sugar keeping-alive the old session version that make my functional don't work via REST. It return {"name":"Invalid Session ID","number":11,"description":"The session ID is invalid"} I try to repair and rebuild but not work Re: I am getting this error…