hello,
ob_start()
ob_end_flush()
i tried this out to enable output buffering on a page but there seem some problem.
i have an index.php3 page which is internally using 3 files pages this page is
https://url/index.php3
after the authentication module the index.php3 file calls other files to show links internally so the url remains the same (https://url/index.php3)
now after the authentication i want the session to be http and not https meaning the url should be
(http://url/index.php3)
regards
kaus