homchz Posted June 6, 2006 Share Posted June 6, 2006 Using a session variable or passing variable though the URL?? Quote Link to comment https://forums.phpfreaks.com/topic/11293-which-is-more-secure/ Share on other sites More sharing options...
.josh Posted June 6, 2006 Share Posted June 6, 2006 sessions. Quote Link to comment https://forums.phpfreaks.com/topic/11293-which-is-more-secure/#findComment-42267 Share on other sites More sharing options...
poirot Posted June 6, 2006 Share Posted June 6, 2006 Basically passing variables via URL should never be used when it may do something potentially dangerous.Just use them when you want to let people access it directly (like: [a href=\"http://www.example.com/forum.php?thread=12)\" target=\"_blank\"]http://www.example.com/forum.php?thread=12)[/a] Quote Link to comment https://forums.phpfreaks.com/topic/11293-which-is-more-secure/#findComment-42269 Share on other sites More sharing options...
homchz Posted June 6, 2006 Author Share Posted June 6, 2006 Thanks Quote Link to comment https://forums.phpfreaks.com/topic/11293-which-is-more-secure/#findComment-42270 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.