webmcp

view demo-app/app/main/index/_action/logout.lua @ 150:35fb4f92a887

Limit maximum depth for JSON parser to 500
author jbe
date Wed Jul 30 23:11:38 2014 +0200 (2014-07-30)
parents 9fdfb27f8e67
children
line source
1 if app.session then
2 app.session:destroy()
3 slot.put_into("notice", _"Logout successful")
4 end

Impressum / About Us