C
C# programmer
Hi All,
I'm working on a project which requires tracking of recent document
downloads. There is a feature in which user can download the docs
without logining into the website for some of the clients. While for
other clients user has to log into the website to download docs.
We used to create dummy/fake accounts(in sql server) for client users
who do not require login and use the created account to track recent
downloads(using cookie to store the dummy/fake account id). But now we
realize that creating dummy/fake account each time when the cookie is
deleted can cause problems like user table will grow big because of
dummy/fake accounts.
Any suggestions on this?
Thanks.
I'm working on a project which requires tracking of recent document
downloads. There is a feature in which user can download the docs
without logining into the website for some of the clients. While for
other clients user has to log into the website to download docs.
We used to create dummy/fake accounts(in sql server) for client users
who do not require login and use the created account to track recent
downloads(using cookie to store the dummy/fake account id). But now we
realize that creating dummy/fake account each time when the cookie is
deleted can cause problems like user table will grow big because of
dummy/fake accounts.
Any suggestions on this?
Thanks.