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 ? :pFind me on facebookPHP Code:/* I don't know everything hehe */
Comment
-
can u give the example? how about if we sanity the cookie...Originally posted by CreativityKills View PostUsing cookie is hardly secure too. Cross Site Requests is easier
our 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