Difference between revisions of "LogoutRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 4: Line 4:
<pre width=80>
<pre width=80>
{
{
LogoutRequest Low NotTrusted Unencoded
LogoutRequest Low 252 NotTrusted Unencoded
{
{
AgentData Single
AgentData Single
Line 14: Line 14:
</pre>
</pre>
==Usage and Notes==
==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.
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 05:12, 28 September 2024

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.