While using session in Rails, what are the things that I hav开发者_开发百科e to be careful in perspective of security.?
There is a good overview in this guide.
There are vulnerabilities affect sessions regardless of what platform you are using.
OWASP Top 10 2010 A3-Broken Authentication and Session Management.
精彩评论