Open seanhandley opened 14 years ago
Any ideas how we fix the latter? Presumably the former is solved by doing some proper escaping when we save / display content.
Hello :)
Don't you guys have some form of session id stored on the server (I'm guessing Ruby has something like this?) so that when a user logs out the id is disassociated with that user and then if they replay the same request, it won't work if they've logged out as, as far as the app is concerned, the user isn't logged in.