Defect #27300
openAnnoying login prompt when accessing content on redmine.org
0%
Description
Hi,
I often google for something redmine-related, e.g. "redmine plugins", and I then I follow one of the links, e.g. to http://www.redmine.org/plugins .
Unfortunately, many times I get a login form instead of the requested page although the page in question could be easily served without me being logged in. My browser automatically fills the form fields with my login data so all I have to do is to click on "Login", but the login form then unfortunately redirects me to http://www.redmine.org/my/page instead of the requested site which makes this issue very annoying.
I don't know what exactly is triggering this; I tried to reproduce it by manually removing my session cookie, but I was unable to manually reproduce this issue. Maybe the session has to expire on the server side to cause it?
Updated by Martin von Wittich about 7 years ago
Just got the error again, so now I can add some details.
- I googled "redmine flow chart"
- I followed the link "How to use flow chart syntax? - Redmine" ( https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwiPw6yg75_XAhWBlxoKHdyZCIUQFgg5MAI&url=http%3A%2F%2Fwww.redmine.org%2Fboards%2F2%2Ftopics%2F53391&usg=AOvVaw1EVzkLUpq01EFHvPuLGOzY )
- This should resolve to http://www.redmine.org/boards/2/topics/53391
- redmine.org served http://www.redmine.org/login instead, with a red error message "Your session has expired. Please login again."
- I cannot use the back button in the browser to return to http://www.redmine.org/boards/2/topics/53391 , so this doesn't look like a client-side redirect
I now deliberately checked "Stay logged in"; I'll report back if the issue reoccurs the next few days, or whether the checkbox helps.