Hello,
I have a need to push an HTTP request to a script on a different server, but I do not want to wait for a return. I am using LWP (with get()) to make the call currently, but it is adding unnecessary time to the generation of my page. The purpose of the script is to update the expiration date on a session. I am not sure what to search on to find the right routines. Any help would be appreciated. Thanks.