nette / security

🔑 Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
https://doc.nette.org/access-control
Other
357 stars 40 forks source link

UserPanel: is rendered when headers are not sent or session is active #10

Closed pepakriz closed 9 years ago

pepakriz commented 9 years ago

I think UserPanel can be rendered when session is active.

greeny commented 9 years ago

:+1:

dg commented 9 years ago

Probably if (headers_sent() && !session_id()) { is enough.

pepakriz commented 9 years ago

@dg Ok, repushed.

dg commented 9 years ago

Thx