mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1671] Header Click / X-Click url resets the PHP session #1166
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pfranclik-sabai on GitHub (Mar 22, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1671
🐞 Describe the bug
After clicking the notification, the url specified in header as X-Click / Click redirects to default browser and logs out the current user from the web page. Seems like the PHP Session Cookie is removed.
💻 Components impacted
Tested clicking notification on Android 15 in app v1.24.0 (play) with two browsers: Google Chrome and Brave.
💡 Screenshots and/or logs
log is here:
https://nopaste.net/Ci3ueNT7Re
screen video is attached
https://github.com/user-attachments/assets/3b78b42e-02db-486b-9bd6-fac77753cd79
🔮 Additional context
I like ntfy very much, I plan to incorporate it with our IS. In this case we surely subscribe to PRO plan, but the bug could make the thing less useful. Thank you.
@binwiederhier commented on GitHub (Apr 4, 2026):
ntfy just opens the browser. It cannot log out of any sessions. That's simply not possible. It must be something else, sorry.