Came across an issue with a standalone web app where I’ve had the following error showing in the command line.
The first part of the web app still seems to respond despite the error, e.g the login page loads and proceeds to start loading the page after clicking login then hangs.
What is Error Number 0?
Exception Message:
Exception Error Number: 0
An exception of class NilObjectException was not handled. The application must shut down.
Norman, I can see what caused the NilObjectException. Question really was is it normal that a session can end but code can still be executing within a webpage, I would have thought the session would only end after.