session conflict
Hi guys,
I am experiencing what appears to be a session conflict.
I have a servlet which fires an email method. My problem is anytime i run the application it doesn't work niether does it throws an exception.
Upon several test i decided to remove the email part of the method and everything worked perfect. But as soon as i wack back the email method back to the app, the app doesnt work any longer.
I have established this might be bacause of javax.mail.Session and javax.servlet.http.HttpSession conflict. Do anyone knows a work around this conflict or pehaps knows whats going on behind the scene?
Ta!