04-22-2009, 11:42 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Posts: 126
Thanks: 4
|
Do I have to clean session id?
Quick question here.
@session_start();
$session = session_id();
Would I have to clean $session before inserting into DB? Is there any way someone can change there browsers session into harmful SQL injection code?
|
|
|
|