A
A
Artyom Innokentiev2015-10-31 15:20:41
Django
Artyom Innokentiev, 2015-10-31 15:20:41

What if the client has cookies disabled?

The question arose when implementing the basket:
What to do if the client has cookies disabled?
I looked at the main online stores: ozon, ulmart, wikimart - all do not work if Cookies are not enabled. Those. they don't even consider that the client doesn't have Cookies support. The same when entering the Toaster - does not skip without Cookies enabled.
Apparently, the percentage of users who do not have support enabled is so small that everyone neglects them?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Z
Zelimkhan Beltoev, 2015-10-31
@artinnok

Apparently, the percentage of users who do not have support enabled is so small that everyone neglects them?
Yes, you answered your own question

N
nirvimel, 2015-10-31
@nirvimel

It should be added to the above that, according to the rules of good manners, in the case of disabled cookies and / or javascript, you must clearly inform the user about what is missing in his browser settings for the normal operation of your site and provide options for solving the problem, at least in general terms (detailed instructions for different browsers are not required).

S
sim3x, 2015-10-31
@sim3x

Apparently, the percentage of users who do not have support enabled is so small that everyone neglects them?

for this, users and do not like developers
need to test cookies and show the user that he will not be able to use the store with his current settings
https://docs.djangoproject.com/en/1.8/topics/http/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question