对httpsession的理解 :
maxInactiveinternal 最大的有效时间 秒为单位
http://blog.csdn.net/stone_miao/article/details/9054321
在项目的web.xml加上
<session-config>
<session-timeout>600</session-timeout>
</session-config>
以分钟为单位
http://www.codeweblog.com/%E5%85%B3%E4%BA%8Eehcache%E7%BC%93%E5%AD%98%E4%B8%ADtimetoliveseconds%E5%92%8Ctimetoidleseconds/
http://blog.csdn.net/princezx/article/details/5600500
http://blog.sina.com.cn/s/blog_547145410101pgzq.html
跨域
http://blog.csdn.net/lhacker/article/details/28429757