Hi all,
Is there a bulletproof way to determine that a user's browser allows
cookies, and therefore session cookies? After validating a users login
credentials I tried:
set session("Has_Cookies_Enabled";"Yes")
if(get session("Has_Cookies_Enabled")="Yes")
get into site
Else
cookie alert back to visitor
End if
I assumed that the session value wouldn't be set if there was no cookie, but
NOT!. This seems to allow entry to the site even when I block cookies.
Is there a better way? Do I check the
TIA,
Mike Vogt
Millennium Data Services, Inc.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/