hs-php-session-0.0.8.8: PHP session serialization

Portabilityportable
Stabilityexperimental
MaintainerEdward L. Blake <edwardlblake@gmail.com>
Safe HaskellSafe-Inferred

Data.PHPSession.Types

Contents

Description

Encodes and decodes serialized PHP sessions in the format used by the "php" setting for serialize_handler.

Synopsis

PHP session types

type PHPSessionVariableList = [(ByteString, PHPSessionValue)]Source

Holds the top-level session variables and their value contents.