LogoutRequest

From Second Life Wiki
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.