Member Avatar for thunderstorm98

In SMF 2.0 forum script what setting is required to prevent login if client end browser cookies are disabled ? Iam currently testing on my own site and SMF is allowing to login even if browser cookie is disabled. For information 'Local storage of cookies' is disabled in SMF settings.

Recommended Answers

All 2 Replies

You can use the get_broser() function.
Or you can send a cookie. If it exists, then it means the browser cookie is enabled.

Member Avatar for thunderstorm98

Will try it...Thanks for reply.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.