Search results for session cookie

lloydzhou/utils

5 Favers
45 Downloads

utils functions for web application.

Go to Download


wedeto/http

1 Favers
332 Downloads

Wedeto Platform - HTTP requests, responses, sessions and cookies

Go to Download


fi1a/http

0 Favers
701 Downloads

PHP абстракция для HTTP-запроса (request), ответа (response), сессии (session) и cookies.

Go to Download


tig/persistent-shopping-cart-magento2

14 Favers
8719 Downloads

Extends Magento 2's core Persistent Shopping Cart with sessions/cookies for Guests.

Go to Download


srhinow/srlayer

0 Favers
1365 Downloads

Dependency-free layer/popup front-end module for Contao 5. Displays a configurable overlay without any JavaScript library. Supports auto-show on page load, click triggers via CSS class or rel="openlayer", GET-parameter triggers for landing pages, and cookie/session-based display control.

Go to Download


arthurkushman/coossions

6 Favers
30 Downloads

Coossions php plugin to store sessions in encrypted cookie

Go to Download


ordereazi/commerce-sdk

0 Favers
4 Downloads

Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See [/docs/admin](/docs/admin). New here? [/guides/store](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the **Authorize** button at the top of this page. 2. Provide credentials: - **X-Commerce-Key** (always required) - your store's Store Access Key from Backoffice > Settings > Application APIs. `pk_store_...` (publishable) is safe for browser/mobile code; `sk_store_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - **Bearer** (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from **Auth > register** or **Auth > login**. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store_key_invalid`, `store_key_revoked`, `store_key_scope_denied`, `rate_limited`. A rejected *business* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.

Go to Download


hexmakina/state-agent

1 Favers
89 Downloads

StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters

Go to Download


hexmakina/smith

1 Favers
145 Downloads

StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters

Go to Download


mlstephane/laravel-analytics

0 Favers
17 Downloads

Privacy-first analytics package for Laravel: track visitors and user actions without cookies, with a built-in dashboard, pageviews, sessions, bounce rate and visit duration.

Go to Download


marilenarm/turbo-toast-bundle

7 Favers
1 Downloads

Session-free flash/toast notifications for Symfony that keep your pages HTTP-cacheable, via Turbo Streams and a cookie transport.

Go to Download


switch/session

0 Favers
0 Downloads

High-performance session, cookie, flash, and CSRF protection package for the Switch Framework

Go to Download


stougeiro/session

0 Favers
2 Downloads

A secure, predictable and extensible session manager for PHP‑FPM applications, featuring custom lifecycle, automatic expiration, safe ID regeneration and pluggable storage handlers (file and SQLite).

Go to Download


groton-school/slim-lti-partitioned-session

0 Favers
309 Downloads

Negotiate CHIPS partitioned third party session cookies from an embedded LTI Tool

Go to Download


groton-school/session-cookie-middleware

0 Favers
0 Downloads

Implementation of PSR-15 middleware to manage session cookies with CHIPS partition support

Go to Download


<< Previous Next >>