Search results for session cookie
lloydzhou/utils
45 Downloads
utils functions for web application.
wedeto/http
332 Downloads
Wedeto Platform - HTTP requests, responses, sessions and cookies
fi1a/http
701 Downloads
PHP абстракция для HTTP-запроса (request), ответа (response), сессии (session) и cookies.
tig/persistent-shopping-cart-magento2
8719 Downloads
Extends Magento 2's core Persistent Shopping Cart with sessions/cookies for Guests.
srhinow/srlayer
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.
arthurkushman/coossions
30 Downloads
Coossions php plugin to store sessions in encrypted cookie
ordereazi/commerce-sdk
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.
hexmakina/state-agent
89 Downloads
StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters
hexmakina/smith
145 Downloads
StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters
mlstephane/laravel-analytics
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.
marilenarm/turbo-toast-bundle
1 Downloads
Session-free flash/toast notifications for Symfony that keep your pages HTTP-cacheable, via Turbo Streams and a cookie transport.
switch/session
0 Downloads
High-performance session, cookie, flash, and CSRF protection package for the Switch Framework
stougeiro/session
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).
groton-school/slim-lti-partitioned-session
309 Downloads
Negotiate CHIPS partitioned third party session cookies from an embedded LTI Tool
groton-school/session-cookie-middleware
0 Downloads
Implementation of PSR-15 middleware to manage session cookies with CHIPS partition support