diff Lib/IMPL/Web/Handler/SecureCookie.pm @ 371:d5c8b955bf8d

refactoring
author cin
date Fri, 13 Dec 2013 16:49:47 +0400
parents ec58c47edb52
children 69a1f1508696
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/SecureCookie.pm	Tue Dec 10 03:02:01 2013 +0400
+++ b/Lib/IMPL/Web/Handler/SecureCookie.pm	Fri Dec 13 16:49:47 2013 +0400
@@ -21,7 +21,7 @@
     },
     props => [  
         salt => PROP_RO,
-        _security => PROP_RO,
+        _security => PROP_RW,
         _cookies => PROP_RW
     ]
 };