L
L
LinuxGod2020-02-28 21:23:51
JavaScript
LinuxGod, 2020-02-28 21:23:51

How to make session update permanent?

Good afternoon, you need to implement an algorithm that will update the session every second in local storage on js WITHOUT RELOADING THE PAGE, tell me how to do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arseny, 2020-02-28
@LinuxGod

setInterval(f(){логика}, 1000)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question