aspose 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


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: 15362
    
    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: 26489
    
  78

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: 56528
    
  14

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