logout problem

logout problem

I am stuck in my application --- hope anyone can take me out of this...

the problem is -- when i logout , the user goes to logout.jsp (as simple), but when he presses back button , he again sees the page , where he has come from .. please get me out of this problem thanks.

View Answers

August 27, 2012 at 4:21 PM

Use session.invalidate() method to close the session.Here is an example.

1)login.jsp:

<html>

<head>

<title>User Login</title>
</head>
<br>
<body Bgcolor ="#0099cc"><hr><hr>

<form method="POST" action="action.jsp">
<p><b>UserName:</b> <input type="text" name="UserName" size="10"></p>
<p><b>Password:</b> &nbsp;&nbsp;<input type="Password" name="Password" size="10"></p>
<p><input type="submit" value="Submit" name="submit"><input type=
"reset" value="Reset" name="reset"></p><hr><hr>
</form>

</body>

</html>

2)action.jsp:

<%@page import="java.util.*" %>
<script>
function go() {
window.location.replace("logout.jsp",'window','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
self.close()
}
</script>
<%String str = request.getParameter("UserName");
session.setAttribute("UserName", request.getParameter("UserName"));%>
Welcome to <%= session.getAttribute( "UserName" ) %>
<% if (session.getAttribute("UserName").equals("")){%>
<a href="login.jsp"><b>Login </b></a>
<%}
else{%>
<a href="javascript:go()"><b>Logout</b></a>
<%}
%>

3)logout.jsp:

<%session.invalidate();%>
You have logged out. Please
<a href="a.jsp"><b>Login</b></a>

September 1, 2012 at 2:18 PM

thanks for the response...

can you please explain me -- what's actually happening in function go() ...?









Related Tutorials/Questions & Answers:
logout problem
logout problem  I am stuck in my application --- hope anyone can take me out of this... the problem is -- when i logout , the user goes... he has come from .. please get me out of this problem thanks.   Use
logout problem.. - JSP-Servlet
logout problem..  hi... first of all thanks for ur... but their is some problem with the the logout,i m not able to logout when... for trsferring info between various servlet & jsp.and made a logout servlet.which
Advertisements
logout problem?? - JSP-Servlet
logout problem??  sir, the logout code which u have send is not the proper solution coz,by using this code the browser get closed which shuold not happen.to logout properly i think we should empty or clear the browser
logout problem - Java Beginners
logout problem  hi,guys thanks for the solutions for previous query.Now I am end of my project.I have written my Logout code as I am... Logout You have logout. Please try again Login   Hi<html><head><
Logout?
Logout?  how to logout from a jsp page?   Hi to logout from Jsp Page.you should use session.invalidate() method. *khalidkhan
login and logout
login and logout   > > > > hi, > >... button with value logout > > and in the action i had given the home.jsp page. > > > > The problem is, when i am
login-logout
login-logout  how to do login and logout using session in php
jsp logout code
jsp logout code  hello sir, im doing jsp project, i have... tell me what may be the problem. OR if possible pls send me the proper code for logout in jsp and also how to immplement it. thanking you
logout - Struts
logout  how to make code in struts if i click the logout button then no body can back refresh the page , after logout nobody will able to check the page Thanks Anil  Hi anil, //... session.removeAttribute
logout code in JSP
logout code in JSP  im using session.invalidate() for logout but its not working
php login and logout code
php login and logout code  Hi, Can anyone share there code for creating a user login and logout page in PHP?or any useful tutorial that can help to create a login and logout application in PHP.. Thanks in Advance
coding for logout - Development process
coding for logout  hi.. coding for logout using the session in jsp
after logout the page is going back - Java Beginners
give details "How to logout the page" to solve the problem. Thanks...after logout the page is going back  Dear friends can any one help me urgently, how to restrict our jsp pages from going back after logout. i 've did
php session for login and logout
php session for login and logout  Session management code to create a login and logout session in PHP. Thanks
problem with session.invalidate()
problem with session.invalidate()  i stuck by a line with "session.invalidate()", after user logout also by pressing the back button of the browser user is still able to navigate to his home page and able to view the session
logout - JSP-Servlet
logout  i want to know that (using only servlet technology not jsp) i create login page(html) ,registration.html, home page(servlet) and other pages. when i click the logout(hyperlink) then session is logout frequently
problem in programming - JSP-Servlet
problem in programming  Hi! I am new with jsp. I am facing a problem in programming to calculate the time interval between login time and logout time of user
session management for login logout in php
session management for login logout in php  how to manage session for login and logout in php
Logout Servlet - JSP-Servlet
Logout Servlet  Hello. I am trying to write servlet that will log user out when the user clicks the log out button or link. Please help
Logout - JSP-Servlet
Logout   HOW TO REMOVE SESSION ID.. IF SISSION LOGOUT . WHEN I PRESS REFRESH BROWSER DEFAULT SESSION ID WILL BE CREATED.FIND THE SOLUTION ABOUT... please click on the given url you will find good example about login/logout
login/logout operation
login/logout operation  how to do log in/out operations in jsp plz kindly send the steps leing behind this operation  
jsp-logout - JSP-Servlet
jsp-logout  hai friends please provide me a powerful login & logout programs for my web application regarding my project. thanks in advance  Hi Friend, Please visit the following links: http
ModuleNotFoundError: No module named 'synpla-logout'
ModuleNotFoundError: No module named 'synpla-logout'  Hi, My... 'synpla-logout' How to remove the ModuleNotFoundError: No module named 'synpla-logout' error? Thanks   Hi, In your python
login/logout operation
login/logout operation  how to do log in/out operations in jsp plz kindly send the steps leing behind this operation  
Logout - JSP-Servlet
/Logout With Session, the specific url is as below: http://www.roseindia.net
logout validation - JSP-Servlet
logout validation  sir in my application when i m logging out.it is still going to the back page.so, kindly send me the code which can restrict this. Thanking you.  if you are using the session value, please
Logout - JSP-Servlet
code... I will try to solve your problem. thanks
How to disable browser back after logout - JSP-Servlet
page for logout and redirecting in login page. when i am clicking logout session... problem is, when i am clicking browser back button i can see my old visited pages data. I dont want to see my old visited pages after logout or expire the session
session syntax for logout - JSP-Servlet
for logout page in login services ?  Hi friend<%@page import="java.util.*" %><%session.invalidate();%>You have logout. Please try... and logout features that makes it sure that application is accessible to only authorised
ModuleNotFoundError: No module named 'odoo10-addon-pos-quick-logout'
ModuleNotFoundError: No module named 'odoo10-addon-pos-quick-logout'  ...: No module named 'odoo10-addon-pos-quick-logout' How to remove the ModuleNotFoundError: No module named 'odoo10-addon-pos-quick-logout' error
ModuleNotFoundError: No module named 'odoo12-addon-pos-quick-logout'
ModuleNotFoundError: No module named 'odoo12-addon-pos-quick-logout'  ...: No module named 'odoo12-addon-pos-quick-logout' How to remove the ModuleNotFoundError: No module named 'odoo12-addon-pos-quick-logout' error
ModuleNotFoundError: No module named 'odoo12-addon-pos-quick-logout'
ModuleNotFoundError: No module named 'odoo12-addon-pos-quick-logout'  ...: No module named 'odoo12-addon-pos-quick-logout' How to remove the ModuleNotFoundError: No module named 'odoo12-addon-pos-quick-logout' error
ModuleNotFoundError: No module named 'odoo9-addon-pos-quick-logout'
ModuleNotFoundError: No module named 'odoo9-addon-pos-quick-logout'  ...: No module named 'odoo9-addon-pos-quick-logout' How to remove the ModuleNotFoundError: No module named 'odoo9-addon-pos-quick-logout' error
ModuleNotFoundError: No module named 'django-force-logout'
ModuleNotFoundError: No module named 'django-force-logout'  Hi, My... named 'django-force-logout' How to remove the ModuleNotFoundError: No module named 'django-force-logout' error? Thanks   Hi
JSP Login Logout Example
JSP Login Logout Example In this section we will discuss how to create a simple login and logout example. This section will describe you all the steps for creating a simple login and logout example. To create a simple login logout
jsp code for storing login and logout time to an account
jsp code for storing login and logout time to an account  I need simple jsp code for extracting and storing login and logout time in a database table..plz someone help me...   Please visit the following link: http
After Logout Back Button Should not work again
After Logout Back Button Should not work again  Hi deepak,, I am doing Login Page,.. IN That If Logout Then When I Click Logout Button It Should...")!= null){ //then show the logout button }else{ // show the login button
problem in onlinetest...
problem in onlinetest...  hi, my code getting the problem is ,when user leave a question then the server puts error... pls help me
Logout if its not active for longer period in jsp
Logout if its not active for longer period in jsp  hi all, Please tell me how to log out the application if its not performing any activity... to automatic logout
problem in validation
problem in validation  sir/madam, i m using struts-1.3.10. i m getting a problem my properties file is not found.... while i hav configuired it in struts-config.xml file, likeADS_TO_REPLACE_1 thanks n regards himanshu
javascript problem
javascript problem  hi guys My problem is that I am using radio button for yes or no but i want to do that if I press yes button then enter... enter please help me this problem
Spring Security Logout
Spring Security Logout .style1 { margin-left: 40px; } In this section, you will learn about adding logout in Spring Security Application. Before... are not well aware of it. Following changes you should made to implement logout
problem on strings
problem on strings  in string1 "123456 ABC DEF...",IN string2 "raveen". iwant to add string2 after 123456 in the first string based on index number.i need logic for this with out using StringBuffer concept. Thanks in advanace
Problem with loginbean.jsp
Problem with loginbean.jsp  http://www.roseindia.net/jsp/loginbean.shtml - I am getting an error in loginbean.jsp.There is some error regarding .What is hello in this? Also in this example how
compilation problem
compilation problem  struts 2.0 : i have included all 5 jars in lib folder,but its giving compilation problem that package open symphony doesnot... havenot set the build path.if this is the problem then tell me how to set
compilation problem
compilation problem  struts 2.0 : i have included all 5 jars in lib folder,but its giving compilation problem that package open symphony doesnot... havenot set the build path.if this is the problem then tell me how to set
Problem with cookies
Problem with cookies  Hello All, i need jsp code for RememberMe module of login. i am facing problem with cookies. so please if any one could guide me please help and provide mme the exact code.   Please visit
problem with package
problem with package  Dear sir, i have created one java file with package com.net; and i compiled the program.it showing the .class file in " net" folder.The problem is i want to use that .class file in some other
Login/Logout With Session
Login/Logout With Session       In this section, we are going to develop a login/logout application with session...; </action> <action name="logout" class
Oracle9i Problem
Oracle9i Problem  Hi I have a problem in Oracle9i .I have... the table what i created .But after closing the SQL+ ,the problem started.When i... .....;.it is saying no rows are selected.Why the problem arised in not getting the data that i

Ads