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

WebUI component:

- testing session management
parent 7f545510
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
......@@ -78,6 +78,7 @@ def home():
raw_values = [base64.b64decode(v.encode('utf-8')).decode('utf-8') for v in b64_values]
LOGGER.warning('raw_values={:s}'.format(str(raw_values)))
context_uuid, context_name, topology_uuid, topology_name = raw_values
session.clear()
session['context_topology_uuid'] = context_topology_uuid
session['context_uuid'] = context_uuid
session['context_name'] = context_name
......
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