I’m finding that even when the posthook fires, access to the logged-in user’s info is not yet available via a call such as $modx->user->get(’id’). What is the best way to get the id? Is grabbing it from the $_SESSION[’webInternalKey’] a viable way to go?
------
Server: *nix, ModX Evo 1.0.4, Apache 2.x, PHP 5.x, Mysql 5.x.
Did you find an answer to this?