tomasstrejcek/nette-session-panel

Nette DebugBar panel (port of kdyby/nette-session-panel for nette 2.0.x), that allows you inspect your sessions.

Maintainers

Package info

github.com/tomasstrejcek/Nette-Session-DebugBar

Homepage

Issues

pkg:composer/tomasstrejcek/nette-session-panel

Statistics

Installs: 918

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2012-08-25 15:46 UTC

This package is not auto-updated.

Last update: 2026-03-10 09:26:41 UTC


README

Requirements

Nette Framework 2.0.x or higher and PHP 5.3 or higher.

Documentation

Simple DebugBar to show contents of session.

Examples

To load SessionPanel into the DebugBar insert following code into config.neon.

extensions:
	debugger.session: Kdyby\Diagnostics\SessionPanel\SessionPanelExtension

You can also specify a section to hide in the DebugBar by add setup section in service definition.

services:
	debugger.session.panel:
		setup:
			- hideSection('Nette.Http.UserStorage/')
			- hideSection('Nette.Forms.Form/CSRF')