I have this in my view:
<% if user_signed_in? %> <%= current_user.email %> <% else %> <%= link_to \"Sign in\", new_user_session_path %&g
If login is working properly, it could be because of some kind of caching going on?