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 8532343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:41:39+00:00 2026-06-11T09:41:39+00:00

I have a need to maintain global state on the server across different browser

  • 0

I have a need to maintain global state on the server across different browser / user sessions.

My assumption here is that all atoms etc created when a request comes in is specific to that request. Once the response is returned all that state is destroyed and memory freed. Please correct me if I am wrong.

State across requests for a specific session can be maintained in memory by using the session middleware.

However how do I maintain the state across multiple user sessions and requests. If possible I would like to avoid the usage of memcached / redis etc for storing it externally. Is it possible to achieve it in memory itself?

  • 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-11T09:41:40+00:00Added an answer on June 11, 2026 at 9:41 am

    Do you mean that you want global state that is shared across all sessions?

    If so than that is easy, just declare an atom or ref in any namespace you like and it will be shared across all sessions, e.g.:

    (def my-state (atom {:foo 1 :bar 2}))
    

    This works because the Clojure environment persists for as long as the application server keeps running, and any future requests will be able to observe / modify the global state.

    Having said all that – it is worth remembering that global state is often a design smell. You should think about whether you really need this, or if you should consider some other alternative (e.g. pushing the shared state out into a database).

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

Sidebar

Related Questions

I have an Panel control that I need to maintain position across postbacks. I
We have an Excel application that I need to maintain that has shown his
I have a need for two slightly different classes, that have the same members,
I have two Tomcat servers that need to maintain a persistent connection to cut
I have a set of InnoDB tables that I periodically need to maintain by
In my application I have to maintain some global application state and global application
I need to maintain a connection between a server and multiple clients so that
I have a server which maintains a global state of an application. Clients can
I have need for a function pointer that takes two arguments and returns a
I have a rather odd problem: I need to maintain a chunk of code

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.