Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Disable browser Cookies

    If the user disable browser cookies, how do we support URL rewriting with the smart client API ?

    We are using smart client server (DMI) also. Do we need to write any extra code for that or it is supported natively ?

    #2
    If you call RPCManager.setActionURL() you can add the session token to the base URL used for all RPCRequests and DSRequest.

    Comment


      #3
      Ok..So, this is not natively supported.

      We need to add the session key to the baseURL and set the actionURL for the RPCManager with the updated baseURL?

      Can you please provide the sample code or link to the documentation ?

      Comment


        #4
        Not sure what you mean about "natively supported", this is about as "natively supported" as it's possible to get - one API call to give us the session token and it covers all requests.

        Search for "setActionURL" in the SmartClient Reference.

        Comment

        Working...
        X