You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I login (and check the remember me checkbox, I see a new token in the remember_me_tokens with the foreign_id matching my user_id. However, when I examine the cookies, I see nothing set other than the csrfToken.
I must be missing something obvious here, but not seeing it.
CakePHP 3.7 on PHP 7.0.33
The text was updated successfully, but these errors were encountered:
bcarl314
changed the title
Unable to get cookie set
Unable to set cookie
Oct 17, 2019
I have tried to install this plugin, but do not see any cookies getting set. Below is the setup I'm using:
In src/Controller/AppController.php
`
$this->loadComponent('Auth',[
`
In src/Template/Users/login.ctp
`
Form->create() ?>`
When I login (and check the remember me checkbox, I see a new token in the remember_me_tokens with the foreign_id matching my user_id. However, when I examine the cookies, I see nothing set other than the csrfToken.
I must be missing something obvious here, but not seeing it.
CakePHP 3.7 on PHP 7.0.33
The text was updated successfully, but these errors were encountered: