Skip to main content
Home

Search form

Menu

Search form

  • What's new in SkyVault
  • SkyVault 2.0 overview
  • Video tutorials
  • Using SkyVault
  • Developing
    • Introduction
    • Architectural Overview
    • Overview of SkyVault APIs
    • Content modeling
    • Developing Extensions
      • Web scripts
        • Repository-tier web scripts
          • Understanding web scripts
          • Web script types
          • Web Script Framework
          • Invoking web scripts
          • Working with client limitations
          • Exception handling in web scripts
          • Caching
          • Authenticating web scripts
          • Forms and web scripts
          • Internationalization (i18n)
          • Java-backed web scripts
          • Tutorials
          • Root objects
          • Scripting API
            • ScriptNode API
            • Actions API
            • Classification API
            • Logging API
            • People API
            • ScriptAction API
            • Search API
            • Session API
              • getValue
              • setValue
              • removeValue
            • SessionTicket API
            • Utility methods
          • Services API
      • Presentation-tier web scripts
    • Extension packaging
    • SkyVault Public Java API
  • Share extensions
  • Developing Client Applications
  • SkyVault SDK 2.1.1
  • Copyright
  • Disclaimer
  • You are here

    SkyVault 2.0 » Developing » Developing Extensions » Web scripts » Repository-tier web scripts » SkyVault Repository JavaScript API reference » Scripting API » Session API

    setValue

    void setValue(string name, object value) add or set an attribute for the session.

    Parameters

    String name
    The name of the servlet web session attribute to add or set a value for.
    object value
    The value of the attribute to set or add to the session object.

    Returns

    void

    Parent topic: Session API

    © 2017 TBS-LLC. All Rights Reserved.    Follow @twitter