Install the complete package with local command reference and every published mode.
install sessesUse
PHP session data usually lives on the server and is associated with a browser through a session cookie; cookies themselves live in the browser.
ses [path] [options] [: value]sesshow the session as a masked PHP array
ses <path>show a key or escaped dotted path with its hierarchy preserved
ses <path> : <value>store text
ses <path> -j : <json>store a JSON value
ses <path> -ddelete a key or branch and show the updated session
ses export [path] [-o <file>]export safe session data to JSON; default session.json
ses import <file> [path] [-r]import JSON into the session; -r replaces existing data
-llist top-level session keys and value types
-jparse the value after : as JSON
coolist visible cookie names
coo -ashow visible cookie names and values
coo <name> -ddelete one cookie and show the updated list
coo export [-o <file>]export visible cookies to JSON; default cookies.json
coo import <file> [-r]import cookies from JSON; -r replaces visible cookies
ses -rreset lil-terminal working data but keep authorization
ses -Rdestroy the complete session and reload the terminal
coo -cdelete visible cookies and destroy the session
Dotted paths address nested session values. Escape a literal dot with a backslash. Protected authorization state and sensitive-looking keys cannot be overwritten or exported.
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install sesInstall the reduced package. Local reference is omitted;
install ses -mInstall exactly this published version.
install ses -v 1.3.3Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade sesRemove the extension block while leaving the core and unrelated modules intact.
install ses -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
ses profile -j : {"name":"Ada","role":"admin"} | ses profileArray
(
[name] => Ada
[role] => admin
)sesArray
(
[profile] => Array
(
[name] => Ada
[role] => admin
)
)ses -lprofile objectcoolocale
themecoo -alocale ru
theme darkses auth[hidden]ses auth : "x"Protected session keyCurrent stable release of