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

  • Home
  • SEARCH
  • 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 9143141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:57:00+00:00 2026-06-17T09:57:00+00:00

What I am trying to do is generate a random value for different colors

  • 0

What I am trying to do is generate a random value for different colors in a sessionStorage object and have it stay the same for the duration of the session (until the window is closed). Here is my code so far:

var colorsArray = ["string", "myString", "something"];
var randomNumber = Math.floor(Math.random() * colorsArray.length);
var color = colorsArray[randomNumber];

if(typeof(Storage) !== "undefined") {
    sessionStorage.color = color;
} else {
    console.log("Session storage is not supported");
}

console.log(sessionStorage.color);

So, this works as far as saving a random value into the sessionStorage object, but it generates a new value each time. What I want to do is set a value randomly on load and save that value for the duration of the session. When the browser is closed, it would reset.

My question is, how would I save a randomly generated value into the sessionStorage object for the duration of the session and reset it when the browser is closed??

  • 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-06-17T09:57:01+00:00Added an answer on June 17, 2026 at 9:57 am

    There is one and only one problem with this code:

    You keep re-setting the color saved in your sessionStoreage every time you run the page.

    You need a line like this:

    if (sessionStorage.color==null)
      sessionStorage.color = color;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to generate a different random number every time my RandomNumber method
Couple questions: 1) I'm trying to have a new random value updated each time
I am trying to generate N random x values to pass to a charting
I'm trying to generate pairs of random values from two lognormal distributions - the
I'm trying to generate 16 000 000 unique random numbers (10-digits: range 1 000
I'm trying to generate a bunch of random numbers using rand() % (range). Here's
I'm trying to generate a set of 100 random integers between a fixed range.
What is the best way to generate a random DateTime in Ruby/Rails? Trying to
I'm trying to generate random numbers from a gaussian distribution. Python has the very
What I am trying to do is get the UserID to generate random values

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.