Roblox API Reference

SessionService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (10)

Type Member History
int64 GetCreatedTimestampUtcMs (string sid)
string GetRootSID ()
null RemoveSession (string sid) 573
null RemoveSessionsWithMetadataKey (string key) 526 573
null ReplaceSession (string sid, string tag) 573
bool SessionExists (string sid) 424
null SetSession (string parentSid, string childSid, string tag) 573
57 members inherited from Instance

History

Members

GetCreatedTimestampUtcMs On DevHub

Name Type Default
sid string none

GetMetadata On DevHub

Name Type Default
sid string none
key string none

GetRootSID On DevHub

Name Type Default
No parameters.

RemoveMetadata On DevHub

Name Type Default
sid string none
key string none

History

RemoveSession On DevHub

Name Type Default
sid string none

History

RemoveSessionsWithMetadataKey On DevHub

Name Type Default
key string none

History

ReplaceSession On DevHub

Name Type Default
sid string none
tag string none

History

SessionExists On DevHub

Name Type Default
sid string none

History

SetMetadata On DevHub

Name Type Default
sid string none
key string none
value Variant none

History

SetSession On DevHub

Name Type Default
parentSid string none
childSid string none
tag string none

History