SLGOGP Draft 1/Discuss 3-2 Legacy Login

From Second Life Wiki
< SLGOGP Draft 1
Revision as of 14:54, 27 March 2008 by Leyla Linden (talk | contribs) (New page: == Legacy Login Transforms == Occasionally an agent will have one or more transforms in the database. These include things like changing estates or moving inventory that happen on login....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Legacy Login Transforms

Occasionally an agent will have one or more transforms in the database. These include things like changing estates or moving inventory that happen on login. In this case the response of legacy login will not have

{ login: true }

but will instead include

{ login: indeterminate, next_url: transform_url, next_method: transform, message: a status update }

In this case the client needs to post everything it posted to the legacy login resource to the next_url in the response. The response from that may come back as another transform or if there no more transforms left the response will include

{ login: true, next_url: login_url, next_method: login_to_simulator }

at which point the next_url will be the legacy login resource and posting to it as we did before should result in the successful legacy login resource response.

Leyla Linden 17:17, 26 March 2008 (PDT)