KITAPINI
Category Archive

Non classé

How to check the disk controller?
Latest Article

How to check the disk controller?

You can use the smartctl command in Bash to check if the disk controller is faulty in Linux.

Read Featured Post →

More Articles

How to set HTTPOnly cookies using the Koa framework in Node.js

How to set HTTPOnly cookies using the Koa framework in Node.js

In order to set HTTPOnly cookies using the Koa framework in Node.js, you can use the ctx.cookies.set() method. The ctx.cookies.set() method takes several options as arguments, including the httpOnly option, which can be set to true in order to mark the cookie as HTTPOnly. Here is an example of how to set an HTTPOnly cookie…