Hello. I have set up my website to log all cookie data that it encounters. I have session management support built in without using cookies. And my website does not use any cookies independently whatsoever. For some reason, it logs a cookie with the following data:

cprelogin = no

I searched the entire php website and mailing list with the search term "cprelogin" without any results. Does someone know why PHP would return this data as part of the $_COOKIE array?

-Samuel




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

Reply via email to