update NOTICE
[nit.git] / lib / nitcorn / sessions.nit
index 9ed5f53..8ae26ac 100644 (file)
@@ -31,7 +31,7 @@ import http_response
 class Session
 
        # Hashed id used both client and server side to identify this `Session`
-       var id_hash: String
+       var id_hash: String is noinit
 
        init
        do