session生存时间问题
session.getMaxInactiveInterval();这样没下划线
session.getMaxInactiveInterval(10);这样getMaxInactiveInterval(10)就会有下划线错误
错误显示如下:
the method getMaxInactiveInterval in the type HttpSession is not applicable for the
arguements(int)错误
session.getMaxInactiveInterval();这样没下划线
session.getMaxInactiveInterval(10);这样getMaxInactiveInterval(10)就会有下划线错误
错误显示如下:
the method getMaxInactiveInterval in the type HttpSession is not applicable for the
arguements(int)错误
2016-04-17
举报