Top "Setcookie" questions

The setcookie function sends an HTTP cookie to a client.

How to set Secure attribute to Set-cookie in Nginx through nginx.conf file

I am new to Nginx server. recently started working nginx project. I have task to set security headers through nginx.…

nginx session-cookies nginx-reverse-proxy nginx-config setcookie
Safari not sending cookie even after setting SameSite=None; Secure

Our application uses cookies to remember user login. Every auth API call we make, the browser attaches server-set HTTPonly cookie …

javascript cookies safari setcookie samesite
Angular 5, httpclient ignores set cookie in post

I'm dealing with HttpClient in Angular 5, the problem is the cookie sent by the server during login process, it seems …

angular authentication angular5 setcookie
Set a cookie to the entire domain from a page inside a folder

I'm a begginer in cookies and stuff like that. I need to set a cookie to the entire domain from …

php setcookie
Designing a secure auto login cookie system in PHP

I want to have an auto login option check for a user. Basically that means a cookie will be stored …

php cookies setcookie login-script
PHP setcookie() function not working in Wordpress Template File

I am using this code to set a cookie in a wordpress site. When I place this code in header.…

php wordpress cookies setcookie
PHP session or cookie

What's best way to keep user logged on a PHP-powered site until he closes his browser? The first and the …

php session cookies setcookie
C# get or set cookies, to download content from the web using cookies

I need help with cookies. I'm planing use cookies to download web content. To get the content I need to …

c# cookies c#-4.0 httpwebrequest setcookie
jquery cookie set value to boolean true

I am using this jquery.cookie plugin and I need to set value to TRUE or NULL/FALSE. I am …

jquery cookies setcookie jquery-cookie
A cookie without a domain?

Is it possible to set a cookie without a domain? This will mean all domains will have access to it.

cookies setcookie httpcookie