CgiHttpKernel icon indicating copy to clipboard operation
CgiHttpKernel copied to clipboard

Pass session to script

Open igorw opened this issue 12 years ago • 0 comments

Not sure if this is of any use, but to properly share the session object, it could be serialized and passed through env and headers:

[CgiHttpKernel Session] --- CGI --> [Child script Session]
                                               |
                    [serialized env var]       |
                                               v
[CgiHttpKernel Session] <-- CGI --- [Child script Session]

                [serialized response header]

igorw avatar Feb 17 '13 03:02 igorw