Splunk Dev

persist settings per logged in user in a controller

dominiquevocat
SplunkTrust
SplunkTrust

I would like to persist a few variables per user for usage in a controller

I tried to add a key to the cherrypy.session['user'] but this seems to be forked every time

Is there a way to add something to the user session via python? What object should i use? Or do i need to maintain a file for persistance (with all associated problems)?

0 Karma
1 Solution

dominiquevocat
SplunkTrust
SplunkTrust

I ended up keeping it on the javascript side (browser) and passing it to the controller - example: https://splunkbase.splunk.com/app/3573/

View solution in original post

0 Karma

dominiquevocat
SplunkTrust
SplunkTrust

I ended up keeping it on the javascript side (browser) and passing it to the controller - example: https://splunkbase.splunk.com/app/3573/

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...