001 package railo.runtime.type.scope; 002 003 import railo.runtime.type.SharedScope; 004 005 public interface SessionPlus extends Session,SharedScope { 006 007 public int _getId();// TODO to better implementation 008 009 }