Testing the module.
The README states:
All masquerading transactions are logged, and $user->masquerading will be set; this could be displayed via theme.
However, I'm not seeing this flag being set when testing. In investigating on the Drupal side, I found this RTBC patch which does a fairly major overhaul and simplification, including removing $user->masquerading and replacing with a simple $_SESSION variable.
Patch by joelpittet also attached here.
masquerade-remove_masquerade_table_and_rely_on_session-d7-1926074-31.patch
Testing the module.
The README states:
However, I'm not seeing this flag being set when testing. In investigating on the Drupal side, I found this RTBC patch which does a fairly major overhaul and simplification, including removing
$user->masqueradingand replacing with a simple$_SESSIONvariable.Patch by
joelpittetalso attached here.masquerade-remove_masquerade_table_and_rely_on_session-d7-1926074-31.patch