AcidReignX
Programmer
I'm having a few people come to my site that have cookies disabled. Whenever they log in it will say "You have successfully logged in", but then they can't do anything because they're not really logged in... I know the problem is due to not having cookies enabled, but how do I actually check to confirm if they have it enabled?
I'm saving the login information as a session variable (not sure how secure that is... also would like to know that).
I'm saving the login information as a session variable (not sure how secure that is... also would like to know that).