huayan889 Posted June 14, 2025 Posted June 14, 2025 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 ? Quote
huayan889 Posted June 14, 2025 Author Posted June 14, 2025 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 Quote
Sherzod Posted June 14, 2025 Posted June 14, 2025 Hello, Why are you trying to set the cookie specifically inside the UniGUIServerModule.OnHTTPDocument event? Quote
huayan889 Posted June 14, 2025 Author Posted June 14, 2025 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.