Hi,

I've got a strange problem with enabled transparent sessions for my scripts.
Before upgrading to PHP 4.3.2 I could use output buffering (ob_start()) and
sessions without problems. Meanwhile with this new version the PHPSESSID is
NOT appended to any link like html - tag (a href or something like that).

I found a solution by writing my own session-handling and using regular
expressions to append the session-id to any link, after outputting the
content of the buffer, but this is not a really good solution, I think.

(Btw. session.use_trans_id is on ;))

Has someone found a solution or has had an equal problem with 4.3.2?



Thanks.

Mike


Mike Lohmann

[werk01]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to