toggle menu
ktor
3.0.0-rc-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-server-sessions
/
io.ktor.server.sessions
/
directorySessionStorage
directory
Session
Storage
jvm
fun
directorySessionStorage
(
rootDir
:
File
,
cached
:
Boolean
=
true
)
:
SessionStorage
Creates a storage that serializes a session's data to a file under the
rootDir
directory.
See also
Sessions