You could expand your session timeout in web.xml. The default is 30 minutes if its not specified.
Matt On Tue, Jul 1, 2008 at 12:37 AM, patz <[EMAIL PROTECTED]> wrote: > > My application based on AppFuse uses JSF with Tomahawk and RichFaces. The > webapp starts a huge data import from data files on the server to the MySQL > database. That can last for hours or even for some days. It works perfect > but as soon as the session expires or the user logs out the view session > will be lost but the server goes on working using beans and properties as > before. The problem is I have no access to this "server session" any more. I > cannot stop it in case of problems. I have no explanation for this > behaviour. I thought a session is controlled by the server and logout or > expire would kill all beans and properties. My question is how this can > happen and how I can access or stop such a "lost server session" ? > -- > View this message in context: > http://www.nabble.com/View-session-expired-logged-out---but-%22server-session%22-keeps-on-running-----tp18210163s2369p18210163.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
