Is there a way to login a particular user using template (or php) code without actually submitting a login post?
Why do I want to do this? I would like to adjust available features at my site based on how the site was reached so, if reached from site A, you get user “A”‘s profile; site “B”, user “B”, etc. I would maintain control over the users.
Thanks.