public Method

MemCacheStore.check_id(id)

There's no documentation for this item.

Source Code

# File action_controller/session/mem_cache_store.rb, line 22
def check_id(id) #:nodoc:#
  /[^0-9a-zA-Z]+/ =~ id.to_s ? false : true
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.