pls can anybody tell how to use cookie and session for remember me login for lava script. thanks
cookie for lava
Collapse
X
-
Is cookie supportable for every mobile ? :pPHP Code:/* I don't know everything hehe */
Comment
-
Originally posted by CreativityKills View PostUsing cookie is hardly secure too. Cross Site Requests is easierour lfe is simple words....
http://mygenkz.net
ewanz06@yahoo.com
PHP Code:$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment
-
Can i use both $_session and $_cookie, how to using the both and also remember me
Added after 13 minutes:
Can i use both $_session and $_cookie, how to using the both and also remember meLast edited by adex3g; 24.11.10, 08:29.
Comment
Comment