论坛首页 入门技术论坛

想请问一个session问题

浏览 3023 次
该帖已经被评为新手帖
作者 正文
   发表时间:2007-03-16  

如何把session彻底清除,我想用于用户退出功能

   发表时间:2007-03-16  
session[:userid] = nil
0 请登录后投票
   发表时间:2007-03-16  
这样能清除session吗?只是清空啊
0 请登录后投票
   发表时间:2007-03-16  
For removing objects from the session, you can either assign a single key to nil, like session[:person] = nil, or you can remove the entire session with reset_session.

http://api.rubyonrails.org/classes/ActionController/Base.html
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics