Skip to main content
Search form
Search
Menu
Search form
Search
You are here
SkyVault 2.0
»
Developing
»
Developing Extensions
»
Web scripts
»
Repository-tier web scripts
»
SkyVault Repository JavaScript API reference
»
Scripting API
Session API
A root level
session
object is provided to access the servelt web session.
Properties
id
Gets the session ID.
getValue
object getValue(string name)
returns an attribute value from the session.
setValue
void setValue(string name, object value)
add or set an attribute for the session.
removeValue
void removeValue(string name)
remove an attribute from the session.
Parent topic:
Scripting API
© 2017 TBS-LLC. All Rights Reserved.
Follow @twitter