aspose file tools
The moose likes Java in General and the fly likes Ways to find out why the session closes ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Ways to find out why the session closes ?" Watch "Ways to find out why the session closes ?" New topic
Author

Ways to find out why the session closes ?

Jiri Nejedly
Ranch Hand

Joined: Oct 22, 2002
Posts: 75
Please try to help me. I have application (developed in JDeveloper) run from browser. To create some report in HTML, I open new window (JSP page) and some servlet feeds the data. After I close the window, and try open new page or refresh existing, the session is closed. During the mentioned servlet run, I watch the 'session' variable and everything seems to be ok. But after closing the window the session is lost. I must also say, that there are moments when it works ok, but not working prevails. About a week ago it worked well all the time and I did not anything critical to code. Any ideas what the reason (or method to find it) might be ? Thanks.
[ November 07, 2002: Message edited by: Jiri Nejedly ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Ways to find out why the session closes ?
 
Similar Threads
cookies exist when we close browser?
A new Session in another browser window?
No blank screen
Clear firefox cookies on closing the window
opening a new window from servlet