getSessionId: Function that generates session Id

View source: R/utility.R

getSessionIdR Documentation

Function that generates session Id

Description

tidymodules offers the ability to manage application sessions. This function is the main function used by tidymodules to find the current session Id. It takes an optional ShinySession object as argument. If null, default to the global_session.

Usage

getSessionId(session = getDefaultReactiveDomain())

Arguments

session

A shiny session as provide by the shiny server function.

Value

A session ID


Novartis/tidymodules documentation built on Feb. 27, 2023, 8:35 a.m.