I have tried a lot of different things trying to figure out what is happening,
I have a simple Chat app built off of the example code, honestly can't remember
what I changed but I don't think it was much...anyway what happens is that
after a certain period of time...maybe 2 or 3 days of the app being up for a
certain user the HttpSession seems to disappear for that user and then will
never come back again...until the war file that was deployed is re-deployed, I
have tried logging basically every line of code to see if I could figure when
the session disappears but I am coming up with nothing...if another user tries
to login their session will likely work even if it is from the same computer.
I am attaching the ChatServiceImpl.java file, maybe you can see an issue I am
not seeing...unfortunately for me it seems to take 2-3 days to see the error
happen
Original issue reported on code.google.com by djor...@t-sciences.com on 16 Jul 2012 at 8:47
Original issue reported on code.google.com by
djor...@t-sciences.com
on 16 Jul 2012 at 8:47Attachments: