File Release Notes and Changelog
Notes:
This release introduces the new FailedLoginURL parameter that you can add to your config file so that users who can't login are taken back to this page instead of the login page.
Also, the charset.encoding property is better documented.
Changes:
-charset.encoding property better documented
-new FailedLoginURL property for custom error messages
-User, Cookies and Sessions are slightly better managed and maybe faster (we use to check both Session and Cookies, now if session is enough, we go with it!)