method
check_id
v2.2.1 -
Show latest stable
- Class:
CGI::Session::MemCacheStore
check_id(id)public
No documentation available.
# File actionpack/lib/action_controller/session/mem_cache_store.rb, line 22
def check_id(id) #:nodoc:#
/[^0-9a-zA-Z]+/ =~ id.to_s ? false : true
end