Jump to content

Recommended Posts

Posted

In the UniGUIServerModuleHTTPDocument event of the UniServerModule, there is an error when trying to write the request information into the cookie.  How can this be resolved ? 

Posted
Just now, huayan889 said:

In the UniGUIServerModuleHTTPDocument event of the UniServerModule, there is an error when trying to write the request information into the cookie.  How can this be resolved ? 

error: 

zhzj_QuXi.exe: 000053A4: 16:48:18 [127.0.0.1]:EAccessViolation : Access violation at address 0088D790 in module 'zhzj_QuXi.exe'. Read of address 00000064 : Addr: $0088D790

 

Posted
4 hours ago, Sherzod said:

Hello,

Why are you trying to set the cookie specifically inside the UniGUIServerModule.OnHTTPDocument event?

The main purpose is to listen to the access request and pass the requested characters to other pages for processing, but because hyper_service is used, the new request will be created by hyper_service to create a new node, which cannot be received by the current page, so this string is recorded with a cookie (I feel that writing files and writing databases is not as fast as cookies). Of course, in the standard service mode, there is no such problem.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...