I recently updated to a new build after you fixed an issue for me and now I am suddenly finding some strange behavior going on. I have 3 levels of memberships setup (ids are 2,3,4) each has its own redirect after login.
I am using php to find the user level and serve up different menu content based on their level but every level coming back from my users is level 2 even thought I can clearly look in the member database and see that the user I am currently logged in as is level 3.
I have tried both ways to find the level id's that you have on this page:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
I am also noticing that upon login the user stays on whatever page they are currently on versus the login redirect kicking in.
All of this was working before... I am baffled at how it has suddenly stopped working.