Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Auf ein geschriebenes Cookie zugreifen

Empfohlene Antworten

Veröffentlicht

Hallo,

wenn sich ein User bei mir auf der Homepage anmeldet wird eine Session gestartet und ein Cookie mit " setcookie("cookiename","cookietext",time()+60*5);" auf seinem Rechner geschrieben.

Das Cookie wird auch wirklich geschrieben, das Problem ist jetzt nur, das ich nicht auf das Cookie zugreifen kann.

Habe auch schon verschiedene Befehle ausprobiert und zahlreiche Foreneinträge gelesen.

Getestete Befehle;

$xyz = $_GET["cookiename"];

$xyz = $_REQUEST["cookiename"];

$xyz = $HTTP_COOKIE_VARS["cookiename"];

Mit " oder nur mit ', hat aber leider alles nichts geholfen.

Vielleicht habt ihr ja eine Idee, wäre super wenn ihr mir helfen könntet.

Gruß

NoGi

Moinsen,

also laut php.net kannst Du versuchen mit $_COOKIE["COOKIENAME"] auf den Cookie zuzugreifen.

Hier ein Beispielcode:

<?php
// ein bestimmtes Cookie ausgeben
echo $_COOKIE["TestCookie"];
echo $HTTP_COOKIE_VARS["TestCookie"];
?php>[/PHP]

Ansonsten schau mal unter dieser Adresse nach:

http://www.php.net/manual/de/function.setcookie.php

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.