• 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…
  • 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…