import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

/** Sets six cookies: three that apply only to the current
* session (regardless of how long that session " /> 欧美三级一区二区三区,亚洲黄色片免费看,欧美在线观看免费一区视频

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

jsp源碼實(shí)例5(cookie)

package coreservlets;

import Java.io.*;
import Javax.servlet.*;
import Javax.servlet.http.*;

/** Sets six cookies: three that apply only to the current
* session (regardless of how long that session lasts)
* and three that persist for an hour (regardless of
* whether the browser is restarted).
* <P>
* Taken from Core Servlets and JavaServer Pages
* from Prentice Hall and Sun Microsystems Press,
* http://www.coreservlets.com/.
* © 2000 Marty Hall; may be freely used or adapted.
*/

public class SetCookies extends HttpServlet {
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException, IOException {
for(int i=0; i<3; i++) {
// Default maxAge is -1, indicating cookie
// applies only to current browsing session.
Cookie cookie = new Cookie("Session-Cookie-" + i,
"Cookie-Value-S" + i);
response.addCookie(cookie);
cookie = new Cookie("Persistent-Cookie-" + i,
"Cookie-Value-P" + i);
// Cookie is valid for an hour, regardless of whether
// user quits browser, reboots computer, or whatever.
cookie.setMaxAge(3600);
response.addCookie(cookie);
}
response.setContentType("text/html");
PrintWriter out = response.getWriter();
String title = "Setting Cookies";
out.println
(ServletUtilities.headWithTitle(title) +
"<BODY BGCOLOR=/"#FDF5E6/">/n" +
"<H1 ALIGN=/"CENTER/">" + title + "</H1>/n" +
"There are six cookies associated with this page./n" +
"To see them, visit the/n" +
"<A HREF=/"/servlet/coreservlets.ShowCookies/">/n" +
"<CODE>ShowCookies</CODE> servlet</A>./n" +
"<P>/n" +
"Three of the cookies are associated only with the/n" +
"current session, while three are persistent./n" +
"Quit the browser, restart, and return to the/n" +
"<CODE>ShowCookies</CODE> servlet to verify that/n" +
"the three long-lived ones persist across sessions./n" +
"</BODY></HTML>");
}
}

jsp技術(shù)jsp源碼實(shí)例5(cookie),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 一个色亚洲 | 国产一区二区三区在线视频 | 91精品国产91久久久久久 | 91短视频在线播放 | 成人免费一区二区三区 | 三区在线视频 | 天堂成人在线观看 | 一本一道dvd在线播放器 | 国产亚洲精品在天天在线麻豆 | 91刺激 | 起碰免费视频97网站 | 国产欧美91 | 国产成人免费视频 | 国产精品久久久久影院色 | 一区二区视频在线播放 | 国产在线一区二区视频 | 国产精选视频在线观看 | 国产女人一区二区 | 成年黄网站 | 亚洲国产精品自在在线观看 | 精品国产第一页 | 色综合久久中文色婷婷 | 亚洲伊人久久大香线焦 | 国产精选在线视频 | 国产日韩一区二区 | 丁香六月在线 | 久久久国产精品福利免费 | 91亚洲国产成人久久精品网址 | 久久国产一级毛片一区二区 | 日韩 在线视频精品 | 国产情侣真实露脸在线最新 | 热久久最新 | 视频网站黄色 | 六月丁香婷婷天天在线 | 亚洲免费福利 | 成人怡红院| 亚洲六月丁香六月婷婷花 | 久久精品乱子伦免费 | 四虎精品久久久久影院 | 精品久久久久久久一区二区伦理 | 激情五月婷婷基地 |