At 14:07 02.03.2001, Boget, Chris said:
--------------------[snip]--------------------
>It is "--enable-trans-sid" and it is turned on. However, the
>problem is that it doesn't work. :( If the user does not have
>cookies turned on, the SID will not be sent through to the next
>page on HREFs (I know you have to do it manually when using
>the header() function, but it should be automatically appended
>when using HRREFs, but it's not. :( )
--------------------[snip]--------------------
A little checklist:
Have you:
- checked the INI file setting "url_rewriter.tags"? With the default
installation this is empty, the needed contents are on a comment line.
The line should read
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
Are you:
- explicitly starting a session with session_start() ?
if not, try to explicitly start it
- receiving an (old or outdated) PHPSESSID cookie from the browser?
Maybe Php decides it's not necessary to rewrite the URLs
...ebird
>O Ernest E. Vogelsinger
(\) http://www.1-at-web.at/
^ ICQ# 13394035
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]