API Reference PlugDbSession v0.1.0

modules

Modules

Provides a database session store for plug. See readme for more info.

Encodes and decodes session data for storing in the database

A custom Plug session store that saves the session to the database.

Plug that forces the session to update at the end of the request, causing the last_active_at timestamp to update.