it is very usefull for a newbie like me.... advanced thanks sir...
can someone give a tutorial of how to hide sid in lavalair..
Collapse
X
-
Originally posted by hi_jakkk View Postit is very usefull for a newbie like me.... advanced thanks sir...PHP Code:$("#mfreak").find(".head brain").clone();
Code:[|||___________________________] : 5%
Code:Memory limit reached, unable to complete operation.
Code:Try using a super uber strong mega computer to reach at least 10%.
-
Originally posted by mFreak View Postwith search i found this http://coding-talk.com/f19/secure-a-...apdesire-5082/
Comment
-
Yep... I have seen this topic was discussed many time in this form...
You can store the session in $_SESSION... in your login form, when the user logs in declare a session variable like
PHP Code:$_SESSION['sid'] = $sid; // U already have the $sid i think,
PHP Code:session_start();
PHP Code:$sid = $_GET['sid'];
PHP Code:$sid = $_SESSION['sid'];
Finally, avoid passing the sid in URL, delete every $sid, which use with URL..
I'm Proud to be a Sri Lankan!
Comment
Comment