If you have time, it would be great to be able to see some indication after the user logs in that they are logged in.
You've already done half the work by creating a cookie that contains information about their logged_in status! You can try adding a <script> tag to your home page that will read the cookie and render a message if the user is logged in.
If you have time, it would be great to be able to see some indication after the user logs in that they are logged in.
You've already done half the work by creating a cookie that contains information about their logged_in status! You can try adding a
<script>
tag to your home page that will read the cookie and render a message if the user is logged in.