File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes i want code for logout page in jsp. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "i want code for logout page in jsp." Watch "i want code for logout page in jsp." New topic
Author

i want code for logout page in jsp.

Omkar G. Deshmukh
Greenhorn

Joined: Sep 21, 2012
Posts: 28
i want code for logout page in jsp.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
And this has to do with HTML/JavaScript why?

You need to explain in more detail what you are after.

Eric
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26173
    
  66

A logout page is just a link to a servlet that invalidates your session and redirects you to another page. It will be very specific to your codebase.

Moving to JSP since this is about the server side.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

CodeRanch is NotACodeMill. We'll help you write your code, but we won't write it for you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: i want code for logout page in jsp.
 
Similar Threads
JSP logout page shuld not go back
logout issue
javascript called within JSP
Logoff problem
Regarding sessions and cookies