Date: 10/27/00
- Next message: owain <email protected>: "[PHP-DEV] PHP 4.0 Bug #7496: imap_fetchbody handling of part numbers in forwarded messages"
- Previous message: danjrod <email protected>: "[PHP-DEV] PHP 4.0 Bug #7482 Updated: this is not reference in class constructor: Bug 6896 extension/correction"
- Next in thread: Justo Alonso: "[PHP-DEV] Re: Project: Accessing HTTP reply header of include("http://..")"
- Reply: Justo Alonso: "[PHP-DEV] Re: Project: Accessing HTTP reply header of include("http://..")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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?
- 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: owain <email protected>: "[PHP-DEV] PHP 4.0 Bug #7496: imap_fetchbody handling of part numbers in forwarded messages"
- Previous message: danjrod <email protected>: "[PHP-DEV] PHP 4.0 Bug #7482 Updated: this is not reference in class constructor: Bug 6896 extension/correction"
- Next in thread: Justo Alonso: "[PHP-DEV] Re: Project: Accessing HTTP reply header of include("http://..")"
- Reply: Justo Alonso: "[PHP-DEV] Re: Project: Accessing HTTP reply header of include("http://..")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

