Collect a list of strings and update list in session

Try:

session.set( “theResources”, List( session(“theResources”).as[List[String]] ) :::List( current_dynamic_resource_string )

If that doesn’t work, post the code that is accessing the strings.