I have a static user page but would like to have it display the user's first name in the corner. Is there a way of doing this without cookies? I have a database with the information I need so I can make a call and display the information needed as a result set, but was wondering if cookies were the only way to go about this.