• 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

Timeout problem

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

Posted this on the JBoss forums but not got any kind of response.

We're seeing an underlying timeout and transparent authentication problem, that we simply don't understand.

User logs in
Uploads a file ~takes >10 mins
Uploads a file ~takes >10 mins
Uploads a file ~takes >10 mins

During this last upload we see the user (in the logs) being re-logged in, but no login screen has been shown to the user.

What is causing this timeout, when they've been performing the above task during the session? Surely session time-out etc is based on idle time?

It wouldn't be a problem, but we're comitting to the DB within the login module which causes any current managed transaction to fail.

Preferably I'd like to understand what's going on, and how within the login module, we can detect this underlying re-login (so as not to perform the user login date/time commit which causes the problem).

Cheers,

Dean.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic