Skip to content

opravil-jan/Nette-Session-DebugBar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nette Session panel

Requirements

Nette Framework 2.0.3 or higher and PHP 5.3 or higher.

Documentation

Simple DebugBar to show contents of session.

Examples

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

nette:
	debugger:
		bar:
			- Kdyby\Diagnostics\SessionPanel\SessionPanel

You can also specify section to hide in debugbar by add setup section in service definition.

services:
	sessionPanel:
		class: Kdyby\Diagnostics\SessionPanel\SessionPanel
		setup:
			- hideSection('Nette.Forms.Form/CSRF')

nette:
	debugger:
		bar:
			- @sessionPanel

About

Nette DebugBar panel, that allows you inspect your sessions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published