• 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

Session expire is handled but no new view is created

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
i'm using a JBoss App Server for authentication which works like 50%.
When my session expires im redirected correctly to my login page but when i login again i get a ViewExpiredException.
So i guess he tries to restore the old session but if i reload the page it is displayed correct.
Can anybody tell me how i can get rid of the old view? Do i need to create a Filter/Listener for that?

my Stacktrace:

web.xml
 
reply
    Bookmark Topic Watch Topic
  • New Topic