Hello,
What is the best way to track users in cluster environment?.
cfcookie ?. or any other best solution recommended in cluster
hosting environment?.
if users got the habit of deleting cookie in the middle of
using application, what happens?.
How to track users in clustered...
It really depends on what you mean by ''track'' them. Do you
mean track their activities, such as page visits, clicks, etc.? Or
do you simply mean maintaining a Session? If you're talking about
the latter in a clustered enrivonment you can implement sticky
session to keep the user anchored to a single machine. If you want
even more assurance, you can also enable session replication, which
will actually keep the user's session live across your
cluster.How to track users in clustered...
I mean maintaining a user session in a cluster environment.
What is best thing to do to maintain user session in a
cluster environment?.
Can i use session variable to maintain user session in
cluster environment?.
Or client variable is better?. If client variable, can i use
default registry to store client variables?.
Or what is best in a cluster environment?. How to implement?.
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment