The general idea of the problem is that if you can imagine how you usually create a account on any given website. Once registered the actions you complete are against the account you have signed in as. Imagine your sign in contains multiple account yet you want the actions you complete to be specific to the individual account selected via a drop down menu.
All the pages are the same throughout the site you just have the choice who to complete the action against. Currently I am posting the users name along with each action I preform to allow me to figure out who to complete the action against. But I thought that someone might have a few ideas of how to do this better and achieve the same result in a much cleaner way?
As now all I'm doing at present is adding a select box to the top of each form (which reset to the default as the user navigates. Nasty I know!). I'm not sure if some sort of Helper might be a good solution to intercept all actions first and add a user name? Where I should maintain the current state of what username was selected, maybe a cookie or something else? Generally just confused about what sort of partner might work best for this problem.
Any ideas would be very much appreciated!