TransactionID: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 03:34, 22 January 2007

A TransactionID is used to generate asset IDs based on a shared secret between the viewer and the client. When the viewer logs in, a Secure SessionID is sent along with the normal SessionID that is never sent over the UDP protocol. Asset UUIDs for uploaded wearables are generated by combining (XORing) the randomly generated TransactionID with the Secure SessionID.