Upcoming maintenance: Thursday 21 August @ 12:00-14:00 CEST.

Skip to content
Snippets Groups Projects
Commit 7f545510 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- testing session management
parent bd7f1d0a
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
......@@ -83,6 +83,7 @@ def home():
session['context_name'] = context_name
session['topology_uuid'] = topology_uuid
session['topology_name'] = topology_name
LOGGER.warning('session.items={:s}'.format(str(session.items())))
MSG = f'Context({context_name})/Topology({topology_name}) successfully selected.'
flash(MSG, 'success')
return redirect(url_for('main.home'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment