Giver Kdkgiver-kdk.hashnode.dev·Oct 22, 2023PHP: Session and CookieSession It is used to temporarily store data on a server. The data lasts until the website is closed. It can keep track of data between different pages. Since the data is not stored in the user's computer, it is good for storing sensitive data. Let u...Discuss·10 likesSession
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Oct 11, 2023A Guide to Saving Variables to Session and Accessing Them Across Multiple PagesIn web development, it's common to need to store and access variables across different pages. One way to achieve this is by using PHP sessions. In this blog post, we will explore how to save variables to a session and access them from different pages...DiscussSession
Opudu Preyesplashdev.hashnode.dev·Oct 1, 2023State Management Reimagined: A Fresh Approach to Frontend Development (Part 2) 🚀🕒No need to wait around, but I appreciate your patience. Now that we've explored why you should consider reducing your reliance on state, it wouldn't be fair to keep you in suspense, right? 🧐 Cue the excited cheers from the crowd 🎉 Let's not waste...Discuss·10 likes·30 readsFrontend Development
Sachin PalforTeam - GeekPythonteamgeek.geekpython.in·Sep 9, 2023A Guide to Use Sessions in Flask App for Storing Data TemporarilyIn this article, you'll see what are sessions and how to utilize them in a Flask application to store information. What are Sessions? In general, a session is an active period of interaction between the user and the application. The entirety of the s...DiscussFlask Framework
Adolfo Alvarezalvar3z.hashnode.dev·Sep 7, 2023Gema Devise - ComienzoLa gema "Devise" es una popular biblioteca de autenticación de usuarios para el framework de Ruby on Rails. Proporciona un conjunto completo de características para gestionar el registro de usuarios, iniciar sesión, cerrar sesión, restablecer contras...Discuss·41 readsRuby on Railsdevise
Josué Tchirktemajosue.hashnode.dev·Aug 30, 2023Session, Cookies, JWT, Token, SSO, et OAuth 2.0 pour les débutantsFirst, solve the problem. Then write the code – John Johnson J'ai pris la décision d'écrire cette note afin de partager et d'expliquer quelques concepts liés à la sécurité. J'espère sincèrement que vous prendrez plaisir à la lire et que ces informat...Discuss·52 readsJSON Web Tokens (JWT)
Mayank Singhmayankonweb.hashnode.dev·Aug 19, 2023Token Authentication: An Overview of Sessions and JSON Web TokensWhen it comes to user authentication, there are two main approaches: sessions and tokens. In this blog post, we'll take a closer look at both approaches, with a focus on JSON Web Tokens (JWT). Sessions Sessions involve a stateful session between the ...DiscussMERN stackJWT
Pathik Shahpathik455.hashnode.dev·Aug 15, 2023JWT (JSON Web tokens) vs. Session CookiesSession Cookie-based approach: 1. Server generates a "sessionId" (signs it using "secret key"), and (a) saves the sessionId in a sessionDB, and (b) sends a cookie with the sessionId to the browser (client side). 2. The browser (client side) receiv...Discuss·2 likesJWT
Suluh Snotes.suluh.my.id·Aug 14, 2023How I Handled Secure Session Management in Adonis 5In some cases from client requests, I've been required to implement the "logout from all sessions/devices when changing passwords" feature on the websites I build. This is a rather unique feature, as in my ±7 years as a web developer, I've never real...Discuss·43 readsAdonisJSAdonisJS
Smit Bhoraniyasmit-bhoraniya.hashnode.dev·Jul 31, 2023Cookies and Sessions Made Simple: What Every Internet User Should KnowHave you ever wondered how websites remember your preferences or keep you logged in even after closing the browser? The answer lies in the magic of cookies and sessions, two essential components of web development. In this blog, we'll take a deep div...Discuss·10 likescookies