weblogic10.3中三種配置會話超時的方法
weblogic10.3中三種配置會話超時的方法如下:
1、The File web.xml
Edit the session-timeout of the session-config in the file web.xml. Please note in web.xml, the session timeout is set in minutes.
IMPORTANT:
The timeout value set in web.xml takes precedence over weblogic.xml. If you don't set any values in web.xml, weblogic.xml takes over. A good approach to handle session timeout is setting this just on web.xml itself since web.xml takes precedence over application server’s deployment descriptors.
2、The File weblogic.xml
Edit the session-param TimeoutSecs in the file weblogic.xml. In weblogic.xml, the session timeout is set in seconds.
3、Application Code
Setting this parameter by java code on your servlet or JSP file. This is a method in the public interface HttpSession.
Public void setMaxInactiveInterval(int interval)
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. A negative time indicates the session should never timeout.
Public int getMaxInactiveInterval()
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses. After this interval, the servlet container will invalidate the session. The maximum time interval can be set with the setMaxInactiveInterval method. A negative time indicates the session should never timeout.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26194851/viewspace-750105/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ?ORACLE會話超時Oracle會話
- Java中三種常用的排序方法Java排序
- rac的Oracle Net配置中三種模式Oracle模式
- Oracle會話超時退出設定Oracle會話
- matlab中三種計算程式執行時間方法Matlab
- 在tomcat中三種部署專案的方法Tomcat
- 元素水平垂直居中三種方法實現
- react中三種函式呼叫方法總結React函式
- 解決代理超時問題的三種方法
- 比較Java Swing中三種註冊事件的方法Java事件
- Java Web開發Tomcat中三種部署專案的方法JavaWebTomcat
- logmnr中三種抽取和儲存資料字典的方法
- 在oracle中跟蹤會話執行語句的幾種方法Oracle會話
- 【轉載】檢視當前會話SID的三種方法會話
- 3種 web 會話管理的方式Web會話
- 讓 Spartacus 伺服器端渲染引入 long API 呼叫超時機制的兩種配置方法伺服器API
- Apollo啟動配置排查,超時時間的配置
- String中三種加法的區別
- 解決AJAX應用,會話超時(Session Timeout)的問題,粗略方法(不考慮使用Filter的前提下)會話SessionFilter
- 會話中,如何將訪客轉化為客戶的幾種方法會話
- 設定會話TRACE的方法(二)會話
- 設定會話TRACE的方法(一)會話
- 會話級臨時表會話
- .NetCore中三種注入方式的思考NetCore
- Redis 中三種特殊的資料型別Redis資料型別
- smarty中三種變數的訪問方式變數
- #魔術方法(會話管理)會話
- SSH遠端連結超時斷開的三種解決方法
- 解決超過會話數問題會話
- 四種會話追蹤技術會話
- 獲取當前會話資訊的方法會話
- vmware中三種網路連線方式
- kill執行時間較長的會話會話
- 自動殺掉堵塞別人超過2小時且自身是不活動的會話會話
- Nginx的超時timeout配置詳解Nginx
- 獲取當前會話資訊的方法(二)會話
- 查詢任意訂單中三種以上訂單產品總價超過15 的使用者
- 導致HTTP代理超時的五種原因HTTP