First and foremost, allow me introduce myself.
I am an active duty United States Marine stationed in Georgia. I have been a hobbyist programmer for the better part of my life, and my language of choice is usually Java. I hope that much suffices as an introduction.
Anyways let's get to my problem, which may very well have a simple solution that I keep overlooking..
I started writing a simple HTTP server a while ago, but over time I added bits and pieces of functionality. Right now I am trying to pass cookies from a CGI script (php, perl, etc) to the server, which will then send the Set-Cookie header to the client. Basically what I want to know is how does the cookie go from... say... the setcookie function in PHP to the header in the server.
I also would like to apologize if I posted in the wrong section. This is the only one which really looked feasible to me.
I am an active duty United States Marine stationed in Georgia. I have been a hobbyist programmer for the better part of my life, and my language of choice is usually Java. I hope that much suffices as an introduction.
Anyways let's get to my problem, which may very well have a simple solution that I keep overlooking..
I started writing a simple HTTP server a while ago, but over time I added bits and pieces of functionality. Right now I am trying to pass cookies from a CGI script (php, perl, etc) to the server, which will then send the Set-Cookie header to the client. Basically what I want to know is how does the cookie go from... say... the setcookie function in PHP to the header in the server.
I also would like to apologize if I posted in the wrong section. This is the only one which really looked feasible to me.
Comment