That error message is generated by this class :
http://www.web4j.com/web4j/javadoc/hirondelle/web4j/security/SuppressUnwantedSessions.html
Note that this class requires that the client browser have cookies
turned ON. Perhaps your browser settings have cookies turned off?
If that is not the problem, then you may disable the
SuppressUnwantedSessions feature simply by
- editing web.xml to remove references to SuppressUnwantedSessions and
its related filter
- restart the web app
If none of this helps, please send along
- your complete log file
- your web.xml
- details of anything you may have done that's different from the
procedure described in the Getting Started guide.
Please let me know how it turns out.
Regards,
John O'Hanley