bug fix in memcached session handling: avoid overwriting/clearing old session data when data with another package name are stored
This commit is contained in:
parent
0732f956c2
commit
2855459520
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class SessionDataContainer(object):
|
||||||
newValue = oldValue
|
newValue = oldValue
|
||||||
else:
|
else:
|
||||||
newValue = value
|
newValue = value
|
||||||
#print '***', oldValue, value, newValue
|
|
||||||
client.set(newValue, key, lifetime=self.lifetime, ns=self.namespace)
|
client.set(newValue, key, lifetime=self.lifetime, ns=self.namespace)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue