Search:

Type: Posts; User: Json

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    2,604

    Re: Table locked and session was invalidated

    Sometimes when I have database connections using Apache Tomcat I tend to put them as context resources. I believe then that the connection pool is taken care of by Tomcat and I can just shoot off...
  2. Replies
    6
    Views
    2,604

    Re: Table locked and session was invalidated

    How do you handle your SQL stuff, are you doing it all in the JSP's or are you using servlets or maybe even some elaborate database connection pool?

    What application server are you using?

    I'm...
  3. Replies
    6
    Views
    2,604

    Re: Table locked and session was invalidated

    Hello,

    The session was invalidated message sounds like someone tried to post off the request after their session had expired and therefore that jsessionid had been invalidated and hence you have...
Results 1 to 3 of 3