romaframework / core

Roma Core
www.romaframework.org
3 stars 1 forks source link

session logout API #8

Closed marcodestefano closed 12 years ago

marcodestefano commented 12 years ago

It would be nice to have an API to execute logout - e.g. Roma.session().logout() instead of ObjectContext.getInstance().logout()

marcodestefano commented 12 years ago

Implemented