• 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 expiry warning when a page is loading

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm getting a session expiry alert, when a page is in downloading state. The download status bar of the browser after reaching 50%, I'm getting this alert. When I try to login again, I'm getting an alert saying 'Already a session is in active state'.

What could be the reason for this strange behavior?

The session timeout is set to 20 minutes. Actually, this couldn't be a problem I guess. When the page is in loading state how can a alert like 'session expired' is turning up?

Any clues why this problem is occurring?
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm guessing that this is something written into your own app.
Have you looked for any Javascript code that throws an alert with this message?
 
reply
    Bookmark Topic Watch Topic
  • New Topic