LogoutRequest

From Second Life Wiki
Revision as of 05:12, 28 September 2024 by Wulfie Reanimator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	LogoutRequest Low 252 NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
}

Usage and Notes

Sent by the viewer to initiate a disconnect. The simulator may do this forcibly via KickUser.

This should be sent during logoff, otherwise the agent session will live on until it gets timed out by the simulator and prevents the next login attempt if the session is still active.