• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Implement logoff from Single Sign-On (SSO)

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using SSO to access my application. Now i want to logout from this session. When i hit the logout link control comes to logout.jsp.
I am usinf session.inavlidate() to invalidate my session. But when i reenter the URL i am easily getting the home page without asking for authontication.
But when i close this browser and use the new browser to access the application, i am getting the SSO page.

so my problem is how to kiss the SSO session, so that when I click logoff, the user is actually logged off the application and their HTTP session is killed off as well.

PS: If any one answering using some packages than pls give the URL for the jars, from where i can download those jar files.

pls help me.
Thanks well in advance.

Shrikant
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic