php - better and more reliable cookies -


i making website can register , login , want user have ability stay logged in on device ( , user if system supports multiple users) know possible cookies, people can or accidentally remove those. wondering whether there better method this? ( in web language, php , javascript or jquery preferred though)

thanks in advance

people delete cookies, should bew aware of consequences. can use other method web storage, flash cookies. more can combine them, saved on client side , user can clear data well. there no possibility store data (sid, token, whatever) cannot removed.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -