Hi, Once users log into my site, every page there on should have 'Welcome User_name' on the top right corner with the option for them to logout. I don't want to supply the user info. on every view.
Can my template check to session for user_id and see if the user is logged in, and I could perhaps only save user's fullname on session and view along with the logout option without bothering my view to load user's profile on every page load. Thanks, Armin