How to enable SessionPanel in Nette 2.0.6
1. 7 months ago
- MartyIX
- Member

- Registered: 2007-06-28
- Posts: 193
How to enable SessionPanel in Nette 2.0.6
I'm trying to set up SessionPanel (http://addons.nette.org/cs/sessionpanel)
in Nette 2.0.6 according to the author instructions and it does not work for
me. I checked code in temp/_Nette.Configurator to see if the
SessionPanel is defined as a service and it is.
Does anybody have the same issue?
Note: Unfortunately https://github.com/…ionPanel.php is not released yet.
2. 7 months ago
- HosipLan
- Moderator

- Registered: 2009-06-01
- Posts: 3731
Re: How to enable SessionPanel in Nette 2.0.6
development:
nette:
session:
debugger: true
3. 7 months ago
- HosipLan
- Moderator

- Registered: 2009-06-01
- Posts: 3731
Re: How to enable SessionPanel in Nette 2.0.6
Or you can use something that works in 2.0.6 without hacking the framework.