Skip to content
#

session-cookie

Here are 231 public repositories matching this topic...

This real-time chat backend application, built with the Go Gin framework, uses PostgreSQL as the database, JWT for authentication, Redis for session management, and an S3 bucket for storing profile pictures. Socket.IO is used for real-time communication. The entire application is fully containerized using Docker.

  • Updated Sep 29, 2024
  • Go
PHP-Session-Full-Tutorial

A session is a way to store and manage user-specific information across requests. It involves assigning a unique ID to each client and storing data on the server. This maintains state for users, such as login status or shopping cart contents. In programming, it refers to a period of interaction between a user and a system, commonly used in web...

  • Updated Jul 22, 2024
  • PHP

Improve this page

Add a description, image, and links to the session-cookie topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the session-cookie topic, visit your repo's landing page and select "manage topics."

Learn more