Re: Very fast logout of Heartbeat session

2024-08-29 Thread Lukasz Lenart
Based on the stack trace I would double check index.jsp file - looks like it has some references to Session. Just to remind you, the session isn't created anymore if not requested by developer/user, see https://issues.apache.org/jira/browse/WW-4741 wt., 27 sie 2024 o 20:54 Priti Pithadia napisaƂ(

Re: Very fast logout of Heartbeat session

2024-08-29 Thread Priti Pithadia
Thank you lukasz for sharing the link. On Thu, Aug 29, 2024 at 6:47 AM Lukasz Lenart wrote: > Based on the stack trace I would double check index.jsp file - looks > like it has some references to Session. Just to remind you, the > session isn't created anymore if not requested by developer/user,