When a user enters the login and password I can not display his profile (information from the database) in the next page, I used SQL Adapter to ensure the connection with the database, but until now the only thing that I can do is to visualize the information using an "alert" in JavaScript not in the page that follows the page of authentication.
I'm using Dojo if it is necessary to mention.