spring - Is it possible for Http Session Invalidation to occur because of an overload on the Server? -



spring - Is it possible for Http Session Invalidation to occur because of an overload on the Server? -

i have reaccuring random invalidations of user http sessions resulting in loss of temporary info on oracle ias 10.1.2 oracle container java j2ee container. (java 1.4)

framework spring 2.5. invalidation occuring 2 concurrent users.

multiple tests not reproduce error far.

i wondering if possible session invalidation might caused cpu overload or reaching maximum allowed number of threads on server.

spring java-ee cpu-usage httpsession

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -