• 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

logout

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using microsoft IIS to pop up a username and password box at login, and using Suns Base64Decoder to extract the username and password which I am then putting in the session. To log the user out I'm using session.invalidate() but I want microsoft IIS to pop up the username and password box again if the user goes back to login.jsp in the same browser window. Does anyone know if this is possible please?
Many thanks.
[ June 26, 2002: Message edited by: Peter Straw ]
reply
    Bookmark Topic Watch Topic
  • New Topic