Hi all!

I want to be able to use loginviews to display different content based on who is logged in. I am using a remote system to handle user logins and it will send back a token and a "yes" or "no" depending on whether the user is valid. So, my login.aspx page handles the redirection and the server response.

What I would like to do is: once I get a response back, programmaticall y login the user giving...