1. web.xml
設定Web AP server的web.xml裏的
此例子表示session將在24分鐘後timeout
當
timeoutsecs這個屬性值。
當
weblogic.xml中設定的timeoutsecs屬性值。
2.weblogic.xml
設定weblogic部署描述檔weblogic.xml的
timeoutsecs屬性。此值以秒為單位
預設值是2600秒
3.於jsp中控制
session.setmaxinactiveinterval(7200);
單位秒s
4.於servlet中控制
httpsession session = request.getsession();
session.setmaxinactiveinterval(7200);
單位秒s
沒有留言:
張貼留言