Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Mantis instances and DOM CACHE #55

Open
api984 opened this issue Oct 26, 2016 · 2 comments
Open

Multiple Mantis instances and DOM CACHE #55

api984 opened this issue Oct 26, 2016 · 2 comments

Comments

@api984
Copy link

api984 commented Oct 26, 2016

Hi,

Is there any chance to make mantisURL not to be cached in DOM?

I am using :
/mkb
/mkbu

so if I open tab or switch to the other DOM is caching server url/api/soap
so I need to clear browser cache or use another browser for the 2nd instance.

thanks.

@alorenc
Copy link

alorenc commented Oct 26, 2016

Try replacing the "localStorage" to "sessionStorage" in the code.

Example (first textarea, uses sessionStorage - does not remember changes between tabs): http://www.javascriptkit.com/javatutors/domstorage.shtml

Is that what you meant?

@cgaspard
Copy link
Owner

cgaspard commented Aug 9, 2017

Do you mean that you have multiple mantis urls and multiple kanban sessions connected to each? Right now its a one to one setup. 1 kanban to 1 mantis url. For now the best setup I can think of for you is to deploy two kanbans and point each to a different server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants