sessionInt method

int sessionInt(
  1. String key
)

Implementation

int sessionInt(String key){
  return toInt(session(key).toString()).toInt();
}