How to make remember me, login, log out. Please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make remember me, login, log out. Please help

13th Dec 2019, 6:00 AM
Jess Montana
Jess Montana - avatar
5 Answers
+ 1
you'll need serverside language for that, the one that available here is php.
13th Dec 2019, 6:05 AM
Taste
Taste - avatar
0
You need a database and another language to store/load login data. If you want to keep account open, you need to set cookie with that language. If you don't know where to look, search for Mysql and PHP. There are alternatives of course.
13th Dec 2019, 6:08 AM
Mystic Life
Mystic Life - avatar
0
does that mean to make a website, we have to be able to use PHP or other languages?
13th Dec 2019, 6:33 AM
Jess Montana
Jess Montana - avatar
0
apakah kita perlu belajar php atau bahasa yg lain jga agar bisa benar2 membuat suatu webside?
13th Dec 2019, 6:35 AM
Jess Montana
Jess Montana - avatar
0
static web no you dont. dynamic one, yes but not only limited to php. you can use nodejs its in javascript, django its in python, or servlet its in java. and of course those are just really small bit of example.
13th Dec 2019, 6:52 AM
Taste
Taste - avatar