Yeah, sorry, I never thought to check that. But something else I discovered the hard way - if you never serve cookies to guests, no one can ever stay logged in. (...or more precisely, everything will work OK for logged in users with "Remember Me" checked, but no one else will be able to log in).
So that code will need to check THIS_SCRIPT or something to make sure if a user is in the process of logging in, cookies are sent.
|