Jerry Swanson wrote:
; Whether to use cookies.
session.use_cookies = 0

; This option enables administrators to make their users invulnerable to ; attacks which involve passing session ids in URLs; defaults to 0.
session.use_only_cookies = 1


I changed the global variables on PHP. It still stores cookies on my
harddrive. Any ideas why?
PHP version 4.3.4

You're telling to not use cookies, then telling it to only use cookies?

Anywho, did you restart your webserver?

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to