Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 301551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:00:58+00:00 2026-05-12T07:00:58+00:00

How do I set a Rails cookie to start and/or expire at a certain

  • 0

How do I set a Rails cookie to start and/or expire at a certain date?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:00:58+00:00Added an answer on May 12, 2026 at 7:00 am

    Excerpts from Rails 5 documentation:

    Cookies are read and written through ActionController#cookies.

    The cookies being read are the ones received along with the request, the cookies being written will be sent out with the response. Reading a cookie does not get the cookie object itself back, just the value it holds.

    Examples of writing:

    # Sets a simple session cookie.
    # This cookie will be deleted when the user's browser is closed.
    cookies[:user_name] = "david"
    
    # Sets a cookie that expires in 1 hour.
    cookies[:login] = { value: "XJ-122", expires: 1.hour }
    
    # Sets a cookie that expires at a specific time.
    cookies[:login] = { value: "XJ-122", expires: Time.utc(2020, 10, 15, 5) }
    
    # Sets a "permanent" cookie (which expires in 20 years from now).
    cookies.permanent[:login] = "XJ-122"
    

    […]

    The option symbols for setting cookies are:

    • :expires – The time at which this cookie expires, as a Time or ActiveSupport::Duration object.

    […]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can i read cookie set date? In rails api I can not find
How do you delete a cookie in rails that was set with a wild
In Ruby on Rails, how do I set the session cookie's httpOnly setting to
I have a rails controller I dont ever want to set a cookie. I
In a Rails controller, I can set a cookie like this: cookies[:foo] = bar
I came across a controller in an older set of code (Rails 1.2.3) that
What is the purpose of this Rails config setting... config.action_controller.consider_all_requests_local = true It's set
I would like authogic to never set a user_credentials cookie, and only use the
How can you set a cookie on a different Domain that is calling my
When setting session variables using cookie store in Rails 2, I can see the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.