Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intraweb crash
#7
Session ID is invalid is a normal exception. Nothing to worry about.

It is the same as an expired session.

However, your stack trace contains no useful information.

> Unknown function at TMethodImplementationIntercept

means that the debug info is not present in your build.

Please double check your application options and see if you have debug info on in both compiling and linking. Follow *carefully* the instructions on that document and you will have a nice call stack when some error occur, with the method names and line numbers which allows you to find exactly what caused the error.

But again, this exception is nothing to worry about. It is completely normal and won't ever crash your server
Reply


Messages In This Thread
Intraweb crash - by softdev85 - 08-01-2020, 08:12 AM
RE: Intraweb crash - by kudzu - 08-01-2020, 04:48 PM
RE: Intraweb crash - by Alexandre Machado - 08-02-2020, 09:20 AM
RE: Intraweb crash - by softdev85 - 08-03-2020, 06:00 PM
RE: Intraweb crash - by softdev85 - 08-04-2020, 02:01 PM
RE: Intraweb crash - by softdev85 - 08-04-2020, 03:20 PM
RE: Intraweb crash - by Alexandre Machado - 08-05-2020, 06:18 AM
RE: Intraweb crash - by softdev85 - 08-06-2020, 05:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)