Jump to content

Recommended Posts

Posted

Hello.

In the log files of a project, important information has been stored.
Since the log files are older, I can't remember if I had enabled a specific option myself!

The specific project was on our production IIS server and was built with v1.95.0.1587 - Delphi 11.

 

project.dll: 00001520: 11:10:28 [192.168.0.10]:Ajax=1
IsEvent=1
Obj=O13
Evt=click
this=O13
_S_ID=27K2aUtkJf00FD75672
_fp_=%...... <very important user data !>
_seq_=4
_uo_=O0
SCRIPT_NAME=/apps/project.dll

 

It looks like all events and all data being posted were logged.
For example:
Evt=resize
Evt=data
Evt=afterrender
Evt=deactivate
Evt=beforeclose

What mistake did I make?
Did I enable an option that I shouldn't have???

 

  • Administrators
Posted
On 2/9/2025 at 3:36 AM, lema said:

Hello.

In the log files of a project, important information has been stored.
Since the log files are older, I can't remember if I had enabled a specific option myself!

The specific project was on our production IIS server and was built with v1.95.0.1587 - Delphi 11.

 

project.dll: 00001520: 11:10:28 [192.168.0.10]:Ajax=1
IsEvent=1
Obj=O13
Evt=click
this=O13
_S_ID=27K2aUtkJf00FD75672
_fp_=%...... <very important user data !>
_seq_=4
_uo_=O0
SCRIPT_NAME=/apps/project.dll

 

It looks like all events and all data being posted were logged.
For example:
Evt=resize
Evt=data
Evt=afterrender
Evt=deactivate
Evt=beforeclose

What mistake did I make?
Did I enable an option that I shouldn't have???

 

It was a result of a bug in our production code which was fixed later.

  • Like 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...