i needed to prevent caching from /user/logout and /logout to be able to properly logout.
RewriteCond %{REQUEST_URI} !^/logout
RewriteCond %{REQUEST_URI} !^/user/logout
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost-180703.patch | 686 bytes | Hetta |
i needed to prevent caching from /user/logout and /logout to be able to properly logout.
RewriteCond %{REQUEST_URI} !^/logout
RewriteCond %{REQUEST_URI} !^/user/logout
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost-180703.patch | 686 bytes | Hetta |
Comments
Comment #1
Hetta commentedI'm not sure I got it exactly right, but here's a patch for the latest -dev version.
Comment #2
mikeytown2 commenteddup
#292944: Logout page gets cached