HttpServletRequest有兩個重載的getSession()方法,一個接受一個boolean的類型的值,另一個不帶任何參數(shù),getSession()方法和getSession(true)方法功能一樣,就是如果對應(yīng)的客戶端已經(jīng)產(chǎn)生過一個session,那么就會返回這個舊的session,否則,這個方法將會產(chǎn)生一個session ID并且和對應(yīng)的客戶端綁定在一起,而如果getSession(false)表示如果對應(yīng)的客戶端已經(jīng)有對應(yīng)的session,那么返回這個舊的session,否則不會產(chǎn)生新的session。可以使用HttpSession對象上的isNow()方法來判定這個session是否為新建的
meta name="keywords" content="keyword1,keyword2,keyword3" />
meta name="description" content="this is my page" />
meta name="content-type" content="text/html; charset=UTF-8" />
!-- link rel="stylesheet" type="text/css" href="./styles.css">-->/pre>
form action="servlet/saveinfo" method="post">
用戶名:
input type="text" name="username" /> input type="submit" />
密碼:
input type="password" name="userpasswd" />
/form>
pre>
/pre>
/div>
div>