sessionList method

List sessionList(
  1. String key
)

Implementation

List sessionList(String key){
  return session(key) as List;
}