Product: TIBCO Spotfire®
How to disable option 'keep me logged in' from Spotfire landing page
This article describes the steps required to disable the option "keep me logged in" from the Spotfire landing page.
Configuration changes can be made using ConfigUI.bat or the command line:
1). Using configuration tool (GUI):
-----------------------------------------------------
- Launch Spotfire Server UICONFIG.bat.
- Provide the tool password.
- Navigate to CONFIGURATION tab.
- Highlight "persistent sessions".
- Click radio button "NO" for Enable "persistent sessions".
- Save the configuration.
- Restart the Spotfire Server service.
2). Using command line (CLI):
-------------------------------------------
- Export current configuration to "C:\tibco\tss\7.x.x\tomcat\bin" directory using "export-config" command.
- Launch command prompt and navigate to "C:\tibco\tss\7.x.x\tomcat\bin>" .
- Execute command: "config config-persistent-sessions -e false" (without quotes).
e.g: C:\tibco\tss\7.6.1\tomcat\bin>config config-persistent-sessions -e false.
Output of above command: Successfully updated the Persistent Sessions configuration.
- Import this configuration to the database using the "import-config" command.
- Restart the Spotfire server service.
https://docs.tibco.com/pub/spotfire_server/7.5.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-84E2747F-E590-43F3-905F-76305135B0F8.html
Comments
0 comments
Article is closed for comments.