i found the answer, thought to post in case somebody is struggling with the 
same problem.

you can access the session.session_data with

cPickle.loads(sessie.session_data)['auth']['user']['id']


-- 



Reply via email to