Ankur sainiankur0213.hashnode.dev·18 hours agoConcurrency Session HandlingIn my Train Booking project i have implemented the Redis Lock which can provide a isolation on a particular seat for a particular user. Everything was going in right direction but after some time i faced a problem where user clicked the button on boo...DiscussBlogsWithCC
Oladimeji Alabi Taofeekdimcoder.hashnode.dev·Nov 19, 2024Understanding Cookies: What They Are, How They Work, and Why They Matter for Your PrivacyUnderstanding Cookies on Websites: Why They're Important You’ve likely seen the message asking you to accept cookies when visiting various websites. But how many of us truly understand what cookies are and why we are asked to accept them?, or do you ...Discuss·48 reads#Cookies #internetprivacy
Nile Bitsnilebits.hashnode.dev·Oct 14, 2024How To Build Secure Django Apps By Using Custom MiddlewareIn today's digital world, when data breaches and cyber threats are more common than ever, developing safe online apps is essential. Django is a well-known and powerful web framework with integrated security measures. However, you might need to add mo...Discuss·32 readsDjango
Aakash Goplaniblog.aakashgoplani.in·Jul 7, 2024How to Manage Sessions in SvelteKit with SvelteKitAuthWe will explore two approaches to managing sessions in SvelteKit: one on the server side and the other on the client side. Managing session on the Server side As soon as the authentication is successful, SvelteKitAuth populates user sessions within l...Discuss·204 readsAuthentication in SvelteKit using SvelteKitAuthsession management
Saran Sinhasaran-ka-gyaan.hashnode.dev·Jun 12, 2024Access Token & Refresh Token in User Session ManagementAccess tokens and refresh tokens are both used in authentication and authorization processes to help balance security and user experience. Their main purpose is to allow users to stay logged in, so they don't have to log in again and again. Access To...Discuss·35 readsauthentication
jeeva Bcanopy.hashnode.dev·Apr 23, 2024Understanding Authentication and Authorization in Web Applications:Session: In web development, a session refers to the period of time a user interacts with a website or web application. Sessions are used to maintain stateful information between HTTP requests. Typically, a unique session identifier is stored either ...DiscussAuthorizationExamples
Subham Dashsubhamdash.hashnode.dev·Apr 6, 2024Understanding JavaScript Cookies: A Simple GuideIn the world of web development, cookies play a vital role in creating a smooth and personalized user experience. JavaScript cookies, specifically, are small pieces of data stored on the user's computer by their web browser while they're browsing a w...Discuss·171 readsJavaScript
Subham Dashsubhamdash.hashnode.dev·Mar 24, 2024JavaScript Session StorageIn the realm of web development, creating seamless user experiences is paramount. One powerful tool in a developer's arsenal for achieving this goal is session storage. In this article, we'll delve into session storage, understand its capabilities, a...Discuss·179 readssessionStorage
ZipyforZipy.aizipyteam.hashnode.dev·Mar 11, 2024What is session replay? Why & how to use it effectively?Vijith Nair Do you have a favorite app or website, dear reader? I do. And when I recognized that these apps always knew what I wanted, I was quite surprised. How did they know? Took me a while, but once I got into the product analytics domain, I qui...Discusssession management
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 24, 2024JWT vs Session AuthenticationIntroduction: Understanding Authentication and Authorization In the digital world, security is paramount. For web applications, this begins with a fundamental concept: authentication. But what exactly is authentication, and how does it differ from au...Discuss·17 likes·447 readsJavaScript