Relative Content

Tag Archive for cookies

Should I save a simple list cookie in Javascript or PHP?

I am currently making a simple list tool. You can click a checkbox to mark it as done and if you navigate away from the page/close the browser and reload, it will still be saved. So it’s pretty much just a visual difference.

Should I save a simple list cookie in Javascript or PHP?

I am currently making a simple list tool. You can click a checkbox to mark it as done and if you navigate away from the page/close the browser and reload, it will still be saved. So it’s pretty much just a visual difference.

Should I save a simple list cookie in Javascript or PHP?

I am currently making a simple list tool. You can click a checkbox to mark it as done and if you navigate away from the page/close the browser and reload, it will still be saved. So it’s pretty much just a visual difference.

Is “friendly fire” session replay a valid concern?

I’ve been reading a lot about sessions and security, trying to learn as much as possible before writing too much code. I’ve read about limiting session replay by including a timestamp within the cookie or data sent by the server:

Is “friendly fire” session replay a valid concern?

I’ve been reading a lot about sessions and security, trying to learn as much as possible before writing too much code. I’ve read about limiting session replay by including a timestamp within the cookie or data sent by the server: