Wampy.js Documentation
  • Welcome page
  • Usage example
  • Installation
  • Updating versions
  • API
    • Constructor
    • options()
    • getOpStatus()
    • getSessionId()
    • connect()
    • disconnect()
    • abort()
    • Client Authentication
      • Ticket-based Authentication
      • Challenge Response Authentication
      • Cryptosign-based Authentication
      • Automatically chosen Authentication
    • subscribe()
    • unsubscribe()
    • publish()
    • call()
    • cancel()
    • register()
    • unregister()
    • Errors handling
  • Using custom serializer
  • Connecting through TLS in node environment
  • Tests and code coverage
  • See Also
  • Copyright and License
Powered by GitBook
On this page
  1. API

getSessionId()

getSessionId()

Returns the WAMP Session ID.

ws.getSessionId();

PreviousgetOpStatus()Nextconnect()

Last updated 2 years ago