import uk.ltd.getahead.dwr.*;
public class DwrSession {
//得到session编号
public String getSessionId() {
WebContext webContext = WebContextFactory.get();
webContext.getSession();
public class DwrSession {
//得到session编号
public String getSessionId() {
WebContext webContext = WebContextFactory.get();
webContext.getSession();