Session variables

@scottb50 - yes, the users will be logged in. The app will only let them visit the home page without logging in.

If you store the pages visited in a user’s profile you will be easily able to test for specific page view conditionally.

I created a data type called Variables. Use it to define/call/store anything.

This is not the most efficient (cost effective) solution for variables. When testing I can then better see where data should go. It’s as close as I get to normalizing in bubble.

Thoughts?