From: Matteo Nastasi (mop) Date: Wed, 30 Mar 2011 16:49:40 +0000 (+0200) Subject: proxy step paradigm changed from set and get to load and save sincronously with load... X-Git-Tag: 3.5.1~3 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=fe84f64017120e8fad375029239cdf1895fb9533;p=brisk.git proxy step paradigm changed from set and get to load and save sincronously with load and save user data --- diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 2995972..3ca912b 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -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); }