I've been looking at Tynamo tapestry-security and while it is feature rich, it 
seems complex and not documented or with detailed enough with full examples for 
me to follow.

So I am trying to implement the  RequiresLoginFilter code HLS provided. This 
requies implementing authService.isLoggedIn().

My login page will place a User object into session state. I assume I need to 
grab session state and pass that to my authService which will simply check for 
the session state != null?

Any suggestions on how I obtain the session state in a service? Or otherwise a 
clear and complete Tynamo tapestry-security example I can browse?

TIA

Reply via email to