ktor-server-sessions
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-server-sessions
ktor-server-sessions
/
io.ktor.server.sessions
/
SessionStorage
/
read
read
abstract
suspend
fun
read
(
id
:
String
)
:
String
(
source
)
Reads a session with the
id
identifier.
Report a problem
Throws
No
Such
Element
Exception
when a session
id
is not found.