n8w Posted December 24, 2008 Share Posted December 24, 2008 my ajax script makes a call to a script like so: admin_favorites.php?f=1&illustrator_id=someid&user_id=someotherid how do I make this secure so that a user can't just browse to http://www.mysite.com/admin_favorites.php?f=1&illustrator_id=someid&user_id=bad_id and put false data? I was using their session id but it doesn't work when calling the ajax script so I guess I need to put it in the query string? Link to comment https://forums.phpfreaks.com/topic/138325-ajax-security/ Share on other sites More sharing options...
n8w Posted December 24, 2008 Author Share Posted December 24, 2008 never mind .. simple mistake Link to comment https://forums.phpfreaks.com/topic/138325-ajax-security/#findComment-723275 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.