Wappler documentation
Cookies, Sessions and Local Storage — Original guides
Illustrated cookies, sessions and local storage guides, with the original steps and examples preserved.
Choose a guide. Version notes identify original instructions that use an earlier interface or framework.
Guides
Creating a Cookie Consent AlertYou can easily add a “We use cookies” notification to your website using the Cookie Manager and Alerts Component in Wappler. We will create a basic informational notification which tells your users thCreating a Shopping Cart with the Data Store ComponentThe Data Store component allows you to store and edit local data in a simple local storage driven database. You can use this component to create a shopping cart, favorite products list, task lists etcPassing Values Between your PagesSometimes you need to pass values between different pages of your site. You can easily do this in Wappler using the State Management Component. There are several ways of doing this - for example usingUsing Cookie to Show Modal OnceIf you want to show modal only on first load, or only once then cookies are the way to go. We added App Connect and Bootstrap 4 frameworks on our page. First let’s setup the cookies. Right click App(1Working with ArraysThe Array component in Wappler allows you to store items in arrays and manage them. Here we will show you a simple example of how to use an array in order to create a tags input, where you enter tags