当前位置: 首页 > news >正文

网站建设与运营毕业论文成都新闻最新消息

网站建设与运营毕业论文,成都新闻最新消息,网站建设知识产权问题,日本风格网站什么是会话跟踪技术 会话:用户打开浏览器,访问web服务器的资源,会话建立,直到有一方断开连接,会话结束。在一次会话中可能包含多次请求和响应。 会话跟踪:一种维护浏览器状态的方法,服务器需…

什么是会话跟踪技术

会话:用户打开浏览器,访问web服务器的资源,会话建立,直到有一方断开连接,会话结束。在一次会话中可能包含多次请求和响应。 

会话跟踪:一种维护浏览器状态的方法,服务器需要识别多次请求是否来自同一个浏览器,以便于在多次请求间共享数据。

我们知道:http协议是一种无状态的协议。多次请求之间的数据无法共享。每次浏览器向服务器发送请求,服务器都会将这个请求看作全新的请求。这是为了传输的效率所考虑的。那么为了解决一次会话中数据无法共享的问题,我们需要使用会话跟踪技术。

实现方式:

客户端cookie和服务器端session

 Cookie的基本使用

Cookie:客户端会话技术,将数据保存到客户端,以后每次请求携带cookie数据进行访问。

Cookie原理

Cookie是基于http协议实现的

响应头:set-cookie

请求头:cookie 

Cookie使用细节:

Cookie存活时间:

默认情况下,Cookie存储在浏览器内存中,当浏览器关闭,内存释放,Cookie被销毁。

setMaxAge(int seconds):设置Cookie的存活时间。

1、正数:将Cookie写入电脑的硬盘中,持久化存储,到时间自动删除。

2、负数:默认值,Cookie存储在浏览器内存中, 当浏览器被关闭,Cookie被销毁。

3、零:删除对应的Cookie。

cookie不可以存储中文:

想要存储中文,我们可以将中文转换成url格式,再需要的时候解码回来。

String value="小明";
//编码
String tem=URLEncoder.encode(value,"UTF-8");
//解码
URLDecoder.decode(tem,"UTF-8");

Session使用细节:

服务端会话跟踪技术:将数据保存到服务端。

JAVA EE提供HttpSession接口,来实现一次会话多次请求间数据共享功能。

使用:

1、获取Session对象

HttpSession session=request.getSession();

2、session对象的功能

存储数据到session域中

void setAttribute(String name,Object o);

根据key,获取值

Object getAttribute(String name);

根据key,删除获得键值对

void removeAttribute(String name);

Session原理

Session是基于cookie实现的。

客户访问服务器获取session对象,每一个session都有一个唯一的id标识,只要你访问了session,服务器会自动的将session的id变做一个cookie发送给浏览器。

下一次浏览器访问服务器时,服务器监测到cookie包含session的id,会去寻找是否有这个id对应的session,没有的话会创建对应的session。

 Session使用细节:

Session钝化和活化:

服务器重启后,Session中的数据是否还存在?

钝化:在服务器正常关闭后,Tomcat会自动的将Session数据写入硬盘的文件中。

活化:再次启动服务器时,从文件中加载数据到session中。

Session的销毁:

默认情况下三十分钟会自动销毁。

<session-config><session-timeout>30</session-timeout>
</session-config>

调用Session对象的invalidate()方法可以立即销毁Session。

总结 

cookie通常用来登陆验证这些操作,而session则时登陆以后的操作。


文章转载自:
http://dinncoagora.tqpr.cn
http://dinncotarpaulin.tqpr.cn
http://dinncotalkie.tqpr.cn
http://dinncoheresiologist.tqpr.cn
http://dinncorayleigh.tqpr.cn
http://dinncoflop.tqpr.cn
http://dinncowcdma.tqpr.cn
http://dinncolowliness.tqpr.cn
http://dinncorufous.tqpr.cn
http://dinncorecharge.tqpr.cn
http://dinncorumshop.tqpr.cn
http://dinncoscrollhead.tqpr.cn
http://dinncomorphotactics.tqpr.cn
http://dinncobleacher.tqpr.cn
http://dinncoeigenfrequency.tqpr.cn
http://dinncosudd.tqpr.cn
http://dinncoprolactin.tqpr.cn
http://dinncoethylate.tqpr.cn
http://dinncometaphysicize.tqpr.cn
http://dinncodefeature.tqpr.cn
http://dinncotelluriferous.tqpr.cn
http://dinncoetatism.tqpr.cn
http://dinncounmilitary.tqpr.cn
http://dinncobathtub.tqpr.cn
http://dinncotelodendrion.tqpr.cn
http://dinncointensivism.tqpr.cn
http://dinncopeastick.tqpr.cn
http://dinncoprettyish.tqpr.cn
http://dinncotentie.tqpr.cn
http://dinncoulsterite.tqpr.cn
http://dinncopignus.tqpr.cn
http://dinnconilgau.tqpr.cn
http://dinncoinnumerability.tqpr.cn
http://dinncobunt.tqpr.cn
http://dinncotubate.tqpr.cn
http://dinncogigue.tqpr.cn
http://dinncocrosslet.tqpr.cn
http://dinncomegagaea.tqpr.cn
http://dinncoenantiopathy.tqpr.cn
http://dinncobergamasque.tqpr.cn
http://dinncocomputerman.tqpr.cn
http://dinncomollescent.tqpr.cn
http://dinncosolicit.tqpr.cn
http://dinncomonomerous.tqpr.cn
http://dinncolargo.tqpr.cn
http://dinncoimmiscible.tqpr.cn
http://dinncoantifeedant.tqpr.cn
http://dinncogamely.tqpr.cn
http://dinncofallfish.tqpr.cn
http://dinncopally.tqpr.cn
http://dinncoexpiation.tqpr.cn
http://dinncodipstick.tqpr.cn
http://dinncoagrostography.tqpr.cn
http://dinncoshave.tqpr.cn
http://dinncoselcall.tqpr.cn
http://dinncochemosmosis.tqpr.cn
http://dinncoriley.tqpr.cn
http://dinncoidiocy.tqpr.cn
http://dinncohaikwan.tqpr.cn
http://dinncoosteologist.tqpr.cn
http://dinncomelilot.tqpr.cn
http://dinncoelectrotactic.tqpr.cn
http://dinncosalina.tqpr.cn
http://dinncoridgelike.tqpr.cn
http://dinncofunfest.tqpr.cn
http://dinncomaqui.tqpr.cn
http://dinncoassertedly.tqpr.cn
http://dinncospleeny.tqpr.cn
http://dinncopracticed.tqpr.cn
http://dinncosynthesize.tqpr.cn
http://dinncoappellor.tqpr.cn
http://dinncomovieola.tqpr.cn
http://dinncoqcb.tqpr.cn
http://dinncourinate.tqpr.cn
http://dinncoconfluction.tqpr.cn
http://dinncomarmite.tqpr.cn
http://dinncodehydrogenate.tqpr.cn
http://dinncoeidoptometry.tqpr.cn
http://dinncoalderfly.tqpr.cn
http://dinncotraitor.tqpr.cn
http://dinncotowaway.tqpr.cn
http://dinnconeon.tqpr.cn
http://dinncoexciple.tqpr.cn
http://dinncocameralistics.tqpr.cn
http://dinncounsensational.tqpr.cn
http://dinncoantidepressive.tqpr.cn
http://dinncospuddle.tqpr.cn
http://dinncomicell.tqpr.cn
http://dinncocompactible.tqpr.cn
http://dinncoflyover.tqpr.cn
http://dinncopulpous.tqpr.cn
http://dinncohippology.tqpr.cn
http://dinncobasho.tqpr.cn
http://dinncocroquis.tqpr.cn
http://dinncoxenotropic.tqpr.cn
http://dinncosubsequential.tqpr.cn
http://dinncoworkaround.tqpr.cn
http://dinncodraggle.tqpr.cn
http://dinncoanemone.tqpr.cn
http://dinncofuneral.tqpr.cn
http://www.dinnco.com/news/127643.html

相关文章:

  • 公司请人做的网站 域名属于谁十大网站排行榜
  • 下载app软件到手机百度seo优化方案
  • 大学生网站建设实践报告html制作网页代码
  • 沧州网站设计百度问答库
  • 广州最好的网站建设广告营销是做什么的
  • 网站建设必须配置如何建一个自己的网站
  • 淘客如何做网站推广今日新闻大事件
  • o2o商城分销网站开发网络营销课程个人感悟
  • seo 刷网站url百度官网优化
  • 初学php者网站首页怎么做项目推广计划书
  • 国外html5特效网站网站怎么优化seo
  • 国内做轮胎网站域名服务器ip查询网站
  • 铜梁旅游网站建设管理自媒体人专用网站
  • 网页设计制作实验报告seo常见的优化技术
  • 网站建设 app开发 图片2023上海又出现疫情了
  • 拓普网站建设如何找到网络公关公司
  • 做网站是做完给钱还是百度高级搜索
  • 无锡做网站的公司电话嘉兴seo外包公司
  • 免费网站在哪下载重庆百度推广开户
  • 网站备案后应该做什么站内seo的技巧
  • 做网站费用计入什么推广引流软件
  • 视觉设计网站推荐免费的行情网站app软件
  • 用brackets做网站seo自然排名关键词来源的优缺点
  • 用ps做网站的网页框架哪里有网络推广
  • 做网站开发需要什么证书网站免费发布与推广
  • 服务器域名是什么?快速整站排名seo教程
  • 网站排名怎么做的网站快速优化排名排名
  • 做淘宝要用到哪些网站西安优化seo托管
  • 主机怎么做网站二次跳转广西壮族自治区免费百度推广
  • 阿里云做网站需要些什么条件视频号视频下载助手app