Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exception message : Session ID is invalid.
#4
Invalid session ID is just saying that the session is expired.

The out of memory exception hardly has anything to do with actual memory usage. This is caused in general by corrupted data (e.g. trying to use an object which has already been freed). Very likely to be something in your code causing it.

You have no stack trace in your application so I suggest you enable stack tracing in order to identify why/how the out of memory exception is happening.

Please have a look at this document:

http://docs.atozed.com/docs.dll/developm...ogger.html
Reply


Messages In This Thread
RE: Exception message : Session ID is invalid. - by Alexandre Machado - 11-08-2019, 11:05 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)