Date: 10/27/00
- Next message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #7497: imap_fetchbody function fails with forwarded messages."
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Re: PHP 4.0 Bug #7396 Updated: is_dir() doesn't work"
- In reply to: Sascha Schumann: "[PHP-DEV] Project: Accessing HTTP reply header of include("http://..")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sascha Schumann wrote:
>
> > Ok, but in a initial enviroment:
> >
> > # The client do the first request (not SID, yet)
> > GET /index.php HTTP/1.0
> > Host: x.x.x.x
> > .....
> >
> > # the include in php file
> > <? include("http://servername/weblogic/servlet"); ?>
> > # the request of php
> > GET /weblogic/servlet HTTP/1.0
> > Host: x.x.x.x
> > .....
> > # the servlet answers
> > Set-Cookie: WebLogicSession=SID
> >
> > # the PHP answers
> >
> > <HTML_CODE>
> >
> > # then, the initial cookie isn't set!! the client never gets the
> > cookie!!
> >
> > my problem is that the session manager is the application server, not
> > PHP.. ;((
>
> Sorry, you are out of luck then. PHP's include stuff
> currently does not provide any way to access the header of
> the HTTP reply. Sounds like a nice project though. Anyone
> around who wants to implement it?
>
Ups... ok. I have tried it, but the source code it's very difficult
for me, if someone can help me, we can try.
the proxy function proyect.. ;)))
thanks, sascha.
> - Sascha
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #7497: imap_fetchbody function fails with forwarded messages."
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Re: PHP 4.0 Bug #7396 Updated: is_dir() doesn't work"
- In reply to: Sascha Schumann: "[PHP-DEV] Project: Accessing HTTP reply header of include("http://..")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

