How to create cookies in website rather then browser? [duplicate]

You’ll have to login manually on different browsers but if you are using some database then you can store session data in your database. Actually you can avoid login by checking client IP (dynamic ip can be a slight problem) and comparing it to one in database if you don’t worry about security.

Leave a Comment