= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.
create_new_id()
Create a new session id.
# File actionpack/lib/action_controller/cgi_ext/session.rb, line 24 def create_new_id @new_session = true self.class.generate_unique_id end