Hi,
I use the redirection to previous page after logout instead the simple redirection to the logout page.
Is is very usefull, but I have a problem :
When I use this, I m redirected to the page : mywebsite.com/autologout/logout?destination=node%2F688
And the redirection is broken due to "autologout" part in the url.
Is it a bug ?
When I edit the module file (drupal_goto function), => IT WORKS.
Can you explain to me ?
Comments
Comment #1
jvandervort commentedSure, what is your exact redirect url?
You need to set it to somthing like:
node/123
It uses internal drupal style url links.
Comment #2
ludo.rThis redirection did never work with my sites, i've always been stuck on mywebsite.com/autologout/logout?destination=node%2F688 and i have to change page manually.
What's missing?
Maybe a javascript should be included on the page? I never removed these javascript files or scripts in my themes.
Comment #3
johnennew commentedClosing old issue. Not sure what the issue is here, if you can test on the 4.x branches and let me know if this still an issue, please reopen.