Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e615325

Browse files
committed
refactor(cookiePath): remove non-working cookiePath option from config-sample.ini
not sure how I managed to forget to commit this as well, this should've been part of (the now already approved & merged) PR #1686 as well
1 parent ed6ba97 commit e615325

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config-sample.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ trustedReverseProxy=false
2727

2828

2929
[Session]
30-
# Use this setting to set a custom value for the "Path" Attribute value of the session cookie.
31-
# This can be useful, when you have several instances running on the same domain, under different paths (e.g. by using a reverse proxy).
32-
# It prevents your instances from overwriting each others' cookies, allowing you to stay logged in multiple instances simultanteously.
33-
# E.g. if you have instances running under https://your-domain.com/triliumNext/instanceA and https://your-domain.com/triliumNext/instanceB
34-
# you would want to set the cookiePath value to "/triliumNext/instanceA" for your first and "/triliumNext/instanceB" for your second instance
35-
cookiePath=/
36-
3730
# Use this setting to set a custom value for the "Max-Age" Attribute of the session cookie.
3831
# This controls how long your session will be valid, before it expires and you need to log in again, when you use the "Remember Me" option.
3932
# Value needs to be entered in Seconds.

0 commit comments

Comments
 (0)