in reply to Re^2: http::daemon::threaded - soap?
in thread http::daemon::threaded - soap?
You could create a session id (url?id=12345) and append it to URLs. Reject requests without the ID.
You can generate cookies from one of the CGI packages. Just stick them in the HTTP::Response and send it. Pull them out of the headers.
|
|---|