V
V
vostotskiy2017-08-15 18:27:02
Sessions
vostotskiy, 2017-08-15 18:27:02

What is the best way to store client activity data on the server without using a database?

Hello. It is only necessary to run a certain script the first time a user visits a certain page. That is, we need a mechanism for permanent storage of some logical variable about each user, by the value of which the script is included once.
Initially I tried to put data into the session, but after logout it is cleared. For certain reasons, no data can be put into the database either.
Please advise how best to proceed. Perhaps it makes sense to get confused with the sqlite file.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
ralaton121, 2017-08-15
@ralaton121

Tarantool, Redis, etc.
That is, In-Memory DB is just a task for them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question