Finding the session id in rails 3

前端 未结 5 790
耶瑟儿~
耶瑟儿~ 2020-12-13 05:35

How can I get the current session id in rails 3?

I\'ve tried the following with no luck:

session[:session_id]
session[\'session_id\']
session[:id]
se         


        
5条回答
提交回复
热议问题