How do you load a different page in WordPress
I need to have a page display a different page depending on the content of a cookie. I can do this using a 301 redirect, but it's slow. I want to do it entirely within WordPress using a plugin if this is possible.
I do not want to cause a trip back to the browser. Keeping the original url is actually a positive effect in this case.