View Single Post
Old 04-22-2009, 11:42 PM   #1 (permalink)
Sam Granger
The Acquainted
 
Join Date: Sep 2007
Posts: 126
Thanks: 4
Sam Granger is on a distinguished road
Default 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?
Sam Granger is offline  
Reply With Quote