GET https://aidealavente.fr/logout

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::logout"
_firewall_context
"security.firewall.map.context.main"
_route
"app_logout"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_remember_me_cookie
Symfony\Component\HttpFoundation\Cookie {#1155
  #expire: 1
  #path: "/"
  -sameSite: null
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#634
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\GoogleAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\GoogleAuthenticator {#635 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#637
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\AppAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\AppAuthenticator {#601 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#639
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#640 …}
  }
]
_stopwatch_token
"72b9ce"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,it-IT;q=0.8,it;q=0.7,en-US;q=0.6,en;q=0.5"
cookie
"main_auth_profile_token=2eee6b; PHPSESSID=cjt4af8s8ion6mh2osj1q83d64; _gcl_au=1.1.981784610.1785180288.193140514.1789675463.1789678611.1706664033.1789665327.1789678611"
dnt
"1"
host
"aidealavente.fr"
priority
"u=0, i"
referer
"https://aidealavente.fr/admin/rendez-vous/"
sec-ch-ua
""Google Chrome";v="153", "Not_A Brand";v="8", "Chromium";v="153""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/153.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Thu, 17 Sep 2026 20:56:51 GMT"
location
"https://aidealavente.fr/"
set-cookie
"REMEMBERME=deleted; expires=Wed, 17 Sep 2025 20:56:50 GMT; Max-Age=0; path=/; httponly"
x-debug-token
"ebefcb"

Cookies

Request Cookies

Key Value
PHPSESSID
"cjt4af8s8ion6mh2osj1q83d64"
_gcl_au
"1.1.981784610.1785180288.193140514.1789675463.1789678611.1706664033.1789665327.1789678611"
main_auth_profile_token
"2eee6b"

Response Cookies

Key Value
REMEMBERME
Symfony\Component\HttpFoundation\Cookie {#1155
  #expire: 1
  #path: "/"
  -sameSite: null
  -secureDefault: false
  #name: "REMEMBERME"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 2

Session Metadata

Key Value
Created
"Thu, 17 Sep 26 22:56:51 +0200"
Last used
"Thu, 17 Sep 26 22:56:51 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Http\EventListener\SessionLogoutListener:29
[
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/EventListener/SessionLogoutListener.php"
    "line" => 29
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onLogout"
    "class" => "Symfony\Component\Security\Http\EventListener\SessionLogoutListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/Firewall/LogoutListener.php"
    "line" => 80
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\LogoutListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/public/index.php"
    "line" => 7
    "args" => [
      "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:89
[
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 89
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php"
    "line" => 37
    "function" => "clear"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onLogout"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/Firewall/LogoutListener.php"
    "line" => 80
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\LogoutListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/u351251430/domains/aidealavente.fr/mon_projet/public/index.php"
    "line" => 7
    "args" => [
      "/home/u351251430/domains/aidealavente.fr/mon_projet/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"162dff19db61b1174e2712871d47b83a"
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/aidealavente.db"
GEMINI_API_KEY
"AIzaSyDYKoXLNCv1S2RSLsfZPHD5Y9B-X-_JAyI"
GOOGLE_CLIENT_ID
"71847870080-88ko0iblr3cqvv9uafjdhsb4kih15qo7.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
MAILER_DSN
"smtps://contact@aidealavente.fr:09Glescop48%2A@smtp.hostinger.com:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
STRIPE_PUBLIC_KEY
"pk_live_51TVYWbFsrpiafxPRLDANKD68kxlnV9TZ6znzy7iaPOnCqGZHLLeps8IMgy7e8BRvQOFWgKxnoYfAO245JpKcL5AD00AWu5T6SQ"
STRIPE_SECRET_KEY
"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"
STRIPE_WEBHOOK_SECRET
"whsec_0RNc7T1wFxjASMqGKec0VxFjO8lEIYkv"

Defined as regular env variables

Key Value
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/u351251430/domains/aidealavente.fr/public_html"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,it-IT;q=0.8,it;q=0.7,en-US;q=0.6,en;q=0.5"
HTTP_COOKIE
"main_auth_profile_token=2eee6b; PHPSESSID=cjt4af8s8ion6mh2osj1q83d64; _gcl_au=1.1.981784610.1785180288.193140514.1789675463.1789678611.1706664033.1789665327.1789678611"
HTTP_DNT
"1"
HTTP_HOST
"aidealavente.fr"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://aidealavente.fr/admin/rendez-vous/"
HTTP_SEC_CH_UA
""Google Chrome";v="153", "Not_A Brand";v="8", "Chromium";v="153""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/153.0.0.0 Safari/537.36"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"shared"
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/logout"
REMOTE_ADDR
"2a01:e34:ec49:d7e0:99ad:a31f:f9cf:b090"
REMOTE_PORT
"63442"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789678611
REQUEST_TIME_FLOAT
1789678611.7024
REQUEST_URI
"/logout"
SCRIPT_FILENAME
"/home/u351251430/domains/aidealavente.fr/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://aidealavente.fr/logout"
SCRIPT_URL
"/logout"
SERVER_ADDR
"2a02:4780:27:1442:0:14ef:abe6:3"
SERVER_ADMIN
""
SERVER_NAME
"aidealavente.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_128_GCM_SHA256"
SSL_CIPHER_ALGKEYSIZE
"128"
SSL_CIPHER_USEKEYSIZE
"128"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/home/u351251430/domains/aidealavente.fr/mon_projet/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GEMINI_API_KEY,STRIPE_SECRET_KEY,STRIPE_PUBLIC_KEY,STRIPE_WEBHOOK_SECRET"
X-LSCACHE
"on,crawler,esi,combine"
X_SPDY
"HTTP2"
ratelimited_chrome_124
"1"
ratelimited_gptbot
"1"