Commit 7f545510 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- testing session management
parent bd7f1d0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'))