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)系我們修改或刪除,多謝。

主站蜘蛛池模板: 欧美激情在线观看 | 色哟哟www网站 | 国产福利在线观看永久视频 | 日韩a无v码在线播放免费 | 92精品国产自产在线观看48 | 亚洲免费黄色 | 91久久九九精品国产综合 | 久久精品国产精品青草 | 美女一区二区在线观看 | 四虎影视4hutv最新地址在线 | 欧美性生活网站 | 精品一区二区三区视频在线观看免 | 久草社区在线 | 久夜色精品国产一区二区三区 | 欧美日韩一区二区亚洲 | 亚洲一级毛片免费看 | 一本大道久久香蕉成人网 | 激情影音| 97影院午夜在线观看视频 | 影音先锋国产资源 | 亚洲综合色一区二区三区小说 | 44444色视频在线观看 | 日韩在线播放中文字幕 | 国内精品手机在线观看视频 | www.加勒比.com| 亚洲欧美自拍一区 | 日韩一区二区三区免费 | 青草99 | 久久久久久91精品色婷婷 | 狠狠狠狠狠干 | 亚洲国产成人精品激情 | 国产精品福利片 | 久久国| a一级一色一情 | 亚洲天堂婷婷 | 日韩α片| 国产精品七七在线播放 | 国产精品久久久久久久久ktv | 天天色天天干天天 | 婷婷丁香激情五月 | 99国产精品欧美久久久久久影院 |