[PHPLIB] 302 server response reply results in looping From: Jeroen Laarhoven (jeroen <email protected>)
Date: 11/18/99

I just installed a new Linux server (SuSE 6.2). All unchanged/default except
some virtual domain configuration in Apache.
Things like PHP and MySQL work fine.

But when I call a page with PHPLIB 7.0 session usage: client and server loop
into a 302 server reply (IE5, NS4 and Linux NS) with PHPLIB adding a new
session id every time.
If I remove the PHPLIB stuff (page_open, page_close) the problem is gone.

Has anybody any idea or suggestion ?

Apache logging:
-------------------------------------------------------
192.168.1.2 - - [18/Nov/1999:19:22:45 +0100] "GET / HTTP/1.1" 302 5
192.168.1.2 - - [18/Nov/1999:19:22:45 +0100] "GET
/index.html?Visitor_Session=dcf73f00476a79ffc09cbfde428d9ed7 HTTP/1.1" 302 5
192.168.1.2 - - [18/Nov/1999:19:22:45 +0100] "GET
/index.html?Visitor_Session=dcf73f00476a79ffc09cbfde428d9ed7&Visitor_Session
=a6e378aac1c0a5a0dcb1ada36fed31c7 HTTP/1.1" 302 5
192.168.1.2 - - [18/Nov/1999:19:22:45 +0100] "GET
/index.html?Visitor_Session=dcf73f00476a79ffc09cbfde428d9ed7&Visitor_Session
=a6e378aac1c0a5a0dcb1ada36fed31c7&Visitor_Session=5df55186b3cd166e1ca04aae17
262687 HTTP/1.1" 302 5
-------------------------------------------------------
Etc ...

Greetings,
Jeroen.

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Jeroen Laarhoven, Zwolle, Netherlands
email: jeroen <email protected>
www: http://jeroen.polder.net
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.