When user changes a setting in Easy Profile there is lots of variables that are dropped in #__session table and data column. This forces user to log out and log in again to access restricted parts of our website again. It also messes up the phpbb forum link.
For example it drops
s:6:"groups";a:2:{i:2;s:1:"2";i:21;s:2:"21";}s:5:"guest";
and replaces it with
s:6:"groups";N;s:5:"guest";
and it also drops
phpbb with several parameters.
Please fix this ASAP so that session variables are not dropped.