Evilginx not capturing any cookies

Hello dear, my evilginx is not capturing cookie, it only captures user-id & passwd fields.
I have define d names of cookies for d testing site but still it does not capture d cookie

Seems dat real website cookie name changes all the time.
Anybody with ideas how to get evilginx capture cookie.

make sure u have added auth urls

auth_urls:
  - '/'
  - '/admin/.*'

Can I use this auth url as standard for other websites too?

just use only this, it will include all

Then again sir I noticed that when I logged out, d cookie expires, I have tried blocking log out with js injection gotten from chatgpt but it’s not working,
Is there a way dat to make d sessions last mor longer.

u might be clearing the button but dont do that ill suggest remove button and then add again same button tghis way all events will be gone and it will do noting .

and t dont use regular chatgpt
ist not good use pro or use LM studio with mistral 13B model

Ok,
Again is there a way to make the cookie last longer and can only expire wen d victim changes d password?

use force post to enable remember me while doing login .
but not all website offer this function .

Please help me with d write code here

force_post:
  - path: '/sessions'
    search:
      - {key: 'session\[user.*\]', search: '.*'}
      - {key: 'session\[pass[a-z]{4}\]', search: '.*'}
    force:
      - {key: 'remember_me', value: '1'}
    type: 'post'

someting similar

Tankz 4 d code
I wanna know if a cookie da has already been logged out (of which d site has 2fa enable), can be imported in2 d browser and be used with it username and password, can one still log in to d site, even though d victim has logged out and dia is no remember me set to it?

issue Fixed