由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How to control the Back, Forward...
相关主题
J2EE: why is my .jsp not refreshed?怎么在application实现delay?
如何用java在DB2里创建一个新的databaseHow to make php and servlet work togethe
Tomcat 的localhost_access_log含有用户登录信息,怎么能改没有?Help with Java Swing Applet
需要用java记录客户端的行为数据问个进度条的问题
做了bloomberg的java测试,41 of 50,被hr说比不过他现在手Java Paint()可以被中断吗?
急问:怎样用JAVA实现cleint,server和dispatcher?问个关于Maven和在Jetty上跑web service test的问题
Another ?: Re: Keep track # of threadseclipse 怪问题
Build web server and dispatcher?servlet-mapping causing http 404 error
相关话题的讨论汇总
话题: back话题: forward话题: user话题: button话题: logout
进入Java版参与讨论
1 (共1页)
s*****i
发帖数: 650
1
Hi, how to control the Back and Forward, Refresh button on Internet explorer.
For example, if we have a login.jsp ,
on this page, I ask user to input UserId and Password and then forward the form data to backservlet.java ,
if the user is valid, dispatch the output to a data.jsp file.
On the data.jsp file, I put a logout button there so if user press the logout button, I will destroy the session and go to logout.jsp.
the problem is: If the user use BACK button on the IE header(This is a explore
f********h
发帖数: 149
2
use session. After user logout, let the session expire.

【在 s*****i 的大作中提到】
: Hi, how to control the Back and Forward, Refresh button on Internet explorer.
: For example, if we have a login.jsp ,
: on this page, I ask user to input UserId and Password and then forward the form data to backservlet.java ,
: if the user is valid, dispatch the output to a data.jsp file.
: On the data.jsp file, I put a logout button there so if user press the logout button, I will destroy the session and go to logout.jsp.
: the problem is: If the user use BACK button on the IE header(This is a explore

1 (共1页)
进入Java版参与讨论
相关主题
servlet-mapping causing http 404 error做了bloomberg的java测试,41 of 50,被hr说比不过他现在手
[转载] Question 1: refresh view of database?急问:怎样用JAVA实现cleint,server和dispatcher?
javascript questionAnother ?: Re: Keep track # of threads
关于Jsp timeoutBuild web server and dispatcher?
J2EE: why is my .jsp not refreshed?怎么在application实现delay?
如何用java在DB2里创建一个新的databaseHow to make php and servlet work togethe
Tomcat 的localhost_access_log含有用户登录信息,怎么能改没有?Help with Java Swing Applet
需要用java记录客户端的行为数据问个进度条的问题
相关话题的讨论汇总
话题: back话题: forward话题: user话题: button话题: logout