proxy step paradigm changed from set and get to load and save sincronously with load...
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 30 Mar 2011 16:49:40 +0000 (18:49 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 30 Mar 2011 16:49:40 +0000 (18:49 +0200)
web/briskin5/Obj/briskin5.phh

index 2995972..3ca912b 100644 (file)
@@ -643,6 +643,7 @@ class Bin5_user extends User {
           // log_only("PUT_VAR DI ".strlen(serialize($user)));
           if (shm_put_var($shm, $tok, $user) != FALSE) {
               shm_detach($shm);
+              $user->save_step();
               log_main("User[".$id."] saved.");
               return (TRUE);
           }