SA-MP Forums Archive
Connection Cookies - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Connection Cookies (/showthread.php?tid=586806)



Connection Cookies - DanielMc - 25.08.2015

Hey guys,

I was recently browsing the SA-MP forums and decided to help a guy that was getting attacked with connections. One person said to use "conncookies 0" in the server.cfg

But what are the benefits with disabling connection cookies? Does it slow down your server or does it speed it up? Does it do anything other than preventing attacks? And what are the benefits of having connection cookies enabled?

Just curious, thanks!


Re: Connection Cookies - Abagail - 25.08.2015

If you turn off the actual connection cookie system and not the logging of it in the console you are vulnerable to attacks such as the Server Full attack. The connection cookie system validates the connection is actually coming through the client to prevent outside connections filling up slots but never actually connecting.

If you are being spammed by connection cookie requests you can either ban the IP if it's a single IP or disable connection cookie logging so it doesn't show up / spam the console - though directly disabling the system I'd say is a bad idea.


Re: Connection Cookies - DanielMc - 25.08.2015

I'm not being attacked, I was just wondering what the benefits were of having it enabled/disabled.