Where are the cookies stored

I want to know where are stored the user cookies on the server side. if it’s in a file, what is the path. and if it’s in the database, what table ?
thank you in advance.

The server doesn’t store cookies. It’s the client that stores them.

3 Likes

The counter-question would be: What do you want to achieve?

1 Like