Guest User

Untitled

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. n_bits = [42].pack('i').size * 8
  2. max_long = ((2 ** n_bits) / 2 - 1)
  3. end_of_time = Time.at(max_long).utc
  4.  
  5. ActionController::Base.session_options[:session_expires] = end_of_time
  6. ActionController::Base.session_options[:expires] = end_of_time
Add Comment
Please, Sign In to add comment