Sha256: 75f93f8613641530320d1277a96776913b106f989afa397512781294cdd4ab96
Contents?: true
Size: 377 Bytes
Versions: 481
Compression:
Stored size: 377 Bytes
Contents
# Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. ActionController::Base.session = { :key => GlobalConfig.session_key, :secret => GlobalConfig.session_secret }
Version data entries
481 entries across 481 versions & 18 rubygems