Using the 1.8.1 version, with those parameters:
{
'session.timeout': None,
'session.cookie_expires': 'True',
'session.key': u'Alignak-WebUI',
'session.data_dir': u'/tmp/Alignak-WebUI/sessions',
'sesssion.webtest_varname': u'Alignak-WebUI',
'session.save_accessed_time': True,
'session.data_serializer': 'json',
'session.type': 'file',
'session.auto': True}
I expected the session files to be serialized with a JSON format, but the resulting file is pickled:
(dp1
S'session'
p2
(dp3
S'_accessed_time'
p4
F1488010180.6782351
sS'current_realm'
p5
ccopy_reg
_reconstructor
p6
(calignak_webui.objects.item_realm
Realm
p7
c__builtin__
object
...
...
Am I missing something ?
Using the 1.8.1 version, with those parameters:
I expected the session files to be serialized with a JSON format, but the resulting file is pickled:
Am I missing something ?