I need to start a simple php session and make it last for one day, I tried this: session_start(['cookie_lifetime' => 86400,]); as the manual indicates, but adobe Dreamweaver says there is a syntax error in the code.
Any help?
Thanks in advance
I need to start a simple php session and make it last for one day, I tried this: session_start(['cookie_lifetime' => 86400,]); as the manual indicates, but adobe Dreamweaver says there is a syntax error in the code.
Any help?
Thanks in advance