摘要: index.jsp: <form id="form1" name="form1" method="post" action="session.jsp"> <table width="500" border="0" height="54"> <tr> <td><div align="center">您 阅读全文
posted @ 2016-03-02 11:44 冷的锋刃 阅读(164) 评论(0) 推荐(0)
摘要: Cookie是小段的文本信息,在网络服务器上生成,并发送给浏览器,通过使用cookie可以标识用户身份,记录用户名和密码,跟踪重复等。 首先创建index.jsp: <%@page import="java.net.URLDecoder"%> <%@page import="javax.activa 阅读全文
posted @ 2016-03-02 09:45 冷的锋刃 阅读(718) 评论(0) 推荐(0)