Chris Herrebrugh wrote:
Hello,

how can I find out who logged into my page?

I log in with <mm:cloud method="http"> and I want to know who is logged in, a username, an account name, a number... anything...!

If you put the cloud into a jspvar (<mm:cloud jspvar="cloud">) you can do:

<mm:import id="username"><%=cloud.getUser().getIdentifier()%></mm:import>

Johannes



Reply via email to