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

CommentFileSizeAuthor
#1 boost-180703.patch686 bytesHetta

Comments

Hetta’s picture

Version: 5.x-1.0 » 5.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new686 bytes

I'm not sure I got it exactly right, but here's a patch for the latest -dev version.

mikeytown2’s picture

Status: Needs review » Closed (duplicate)