Actions
Defect #9999
closedopening a new session when already logged, cause an error
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
This case happens when multiple redmine are opened in different tabs and that we want to relog without disconnecting
BUG FIX :
do not destroy a session that is already empty
NoMethodError (undefined method `destroy' for {}:Hash):
app/controllers/application_controller.rb:92:in `logged_user='
app/controllers/account_controller.rb:203:in `successful_authentication'
Files
Actions