Fill in the blanks to set a cookie named 'logged' with the value 1 and an expiration time of 1 hour. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Fill in the blanks to set a cookie named 'logged' with the value 1 and an expiration time of 1 hour.

setcookie( ' ' , , time()+ );

2nd Jul 2018, 5:15 AM
SHUBHAM BANJARA
SHUBHAM BANJARA - avatar
10 Answers
+ 4
setcookie('logged',1,time()+3600);
23rd Feb 2020, 6:13 AM
Raveenthiran Thanushanth
Raveenthiran Thanushanth - avatar
+ 1
setcookie( ' logged ' , 1 , time()+ 3600 );
26th Apr 2020, 3:17 PM
Mewan Athukorala
Mewan Athukorala - avatar
0
setcookie('logged',1,time()+3600);
19th Aug 2018, 5:44 PM
saranya ep
saranya ep - avatar
0
fill in the blacks to set a cookie named 'logged' with the value 1and an expiration time of 1 hour. Answer:- Setcookie('logged', time()+3600);
26th May 2020, 4:45 PM
Shailesh Kumar meena
Shailesh Kumar meena - avatar
0
shoulder you store sensitive information in cookies? Answer:- NO
26th May 2020, 4:49 PM
Shailesh Kumar meena
Shailesh Kumar meena - avatar
0
setcookie('logged',1,time()+3600);
28th Jul 2020, 11:25 AM
sonajosf
sonajosf - avatar
0
setcookie('logged',1,time()+3600);
1st Sep 2021, 9:04 AM
nur ahmed
nur ahmed - avatar
0
logged , 1 and 3600
17th May 2022, 7:04 AM
Megha Raj kandel
0
Ok
13th Aug 2022, 6:38 AM
Christopher
Christopher - avatar