English 中文(简体)
Tomcat的会议管理
原标题:Session Management in Tomcat

我开发了一个简单的网络应用程序,有2个服务器A和B。

我对Tomcat网站应用的会议管理有一些怀疑。

NOTE - I have Disability cookies in my web-browser (Chrome) while access to the web-app.

1) 当网上点击时,Serlet A被援引。 Servlet 从请求中查阅本届会议,并对会议进行简单的编辑。 然后是sendRedirect至servlet B。

[根据我的理解,由于这是第一件请求,Tocat将派一名厨师,把新会议记为新会议记为新会议。 然而,由于我们没有使用HttpResponse.encodeRedirectURL()的“编码”重新定位,URL的中转站将不包含所附会议编号。 如果我错了,请更正。]

b) 由于厨师在我的浏览器中残疾,因此ll然忽视了在 co子里发回的那场会议,并向卢爱(也没有任何会议编号作为附录)的转头公司发出新的申请。

3) 新的请求导致援引Sservlet B,后者也查阅请求会议,并对会议编码进行编辑。

令我关切的是,Serlets A和B都制作了同一届会议的散射编码,这意味着它们从这两项要求中获得了同一届会议。

浏览器地图向上一届会议提出的第二次请求,尽管没有发送过会议记录,但又如何?

感谢!

问题回答

在请求之间只有两条途径:库克群岛和URL rewrite。 如果你不把会议记录在URL中,那就必须是 co。

你们是否确保 co子残疾? 很容易从吉大港山区长处看到。

你们是否相信你会把残疾的“记忆” co? 浏览器通常会让你听起来的耐久的 co,可以保存到磁盘上,但是,它们仍然使记忆库中的线人只能停留在浏览器上。

我建议Wireshark,用于分析吉大港山区上游。 这样,你们就可以看到你们的浏览器寄送和接收的 co。

这是奇怪的。

当我昨天测试申请时,它表现出与我所描述的相似的行为。 然而,由于我现在对申请进行了测试,它的行为是完美的,正如我期望的那样。

原因很可能是,我没有在 dis弃后重新召开我的浏览器会议。

你们会知道我是否再次经历同样的行为。

感谢你们的时间!





相关问题
why the session in iis automatically log out?

I used iis6, and when i called a function Directory.delete(), the all the session relate this website will be logged out. and i debugged the website, i found no exception. any one have ideas on this ? ...

Check session from a view in CodeIgniter

What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to ...

Can I get the size of a Session object in bytes in c#?

Is it possible to get the size(in bytes) of a Session object after storing something such as a datatable inside it? I want to get the size of a particular Session object, such as Session["table1"], ...

提供严格分类的出席会议物体

提供严格分类的与会机会的最佳方式是什么? 我正计划转而选择矩阵,这正在促使汇编者抱怨我的幻觉方案拟订方法......

PHP Session is not destroying after user logout

I m trying to create an authentication mechanism for my PHP Application and I m having difficulty destroying the session. I ve tried unsetting the authentication token which was previously set within ...

热门标签