When a user registers and logs in for first time, I want to show them a welcome message or some tooltips.
An approach can be used where we create cookies, but what if the user clears his browser cookies?
I am using PHP.
When a user registers and logs in for first time, I want to show them a welcome message or some tooltips.
An approach can be used where we create cookies, but what if the user clears his browser cookies?
I am using PHP.