a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 編程 > JSP > 正文

jsp源碼實例5(cookie)

2024-09-05 00:20:49
字體:
來源:轉載
供稿:網友
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>");
}
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 亚洲情综合五月天 | 蜜臀99久久精品久久久久久软件 | 高清国产一区 | 超碰美女 | 成人免费视频在线观看 | 欧美一区二区视频 | 亚洲精品一二三四五区 | 色免费在线观看 | 超碰精品 | 秋霞a级毛片在线看 | 无码国模国产在线观看 | 污网站在线观看视频 | 超黄网站| 亚洲免费观看 | 成人黄色精品 | 国产乱码精品一区二区三区爽爽爽 | 欧美中文在线 | 超碰天堂 | 国产一区二区三区高清 | 中文字幕av一区 | 曰韩三级 | 亚洲jizzjizz日本少妇 | 国产传媒一区 | 日韩视频免费 | 久久精品国产亚洲blacked | 在线久草 | 亚洲a网 | 精品视频网站 | 久久网日本 | 黄色大片观看 | 欧美成人一区二区三区片免费 | 一区二区在线影院 | 国产精品久久久久久久久免费高清 | 嫩草影院网站入口 | 另类综合在线 | 久久精品亚洲一区二区 | 东北一级毛片 | 欧美国产视频 | 日韩欧美国产一区二区 | 国产一区二区三区精品久久久 | 国产一区不卡 |