Welcome Guest, Not a member yet? Register   Sign In
pass variable through segments with security
#2

[eluser]xwero[/eluser]
Hiding is never a good security solution. If you have to pass variables they always are going to be semi public as they are going to be stored somewhere; a cookie, a session file on the server, the post global. Also if you send the variables over an http connection people could grab it.

The safest way is to use a https connection and encrypt the variables.


Messages In This Thread
pass variable through segments with security - by El Forum - 05-07-2009, 12:05 AM
pass variable through segments with security - by El Forum - 05-07-2009, 12:49 AM
pass variable through segments with security - by El Forum - 05-07-2009, 03:17 AM
pass variable through segments with security - by El Forum - 05-07-2009, 05:25 AM
pass variable through segments with security - by El Forum - 05-07-2009, 06:24 AM
pass variable through segments with security - by El Forum - 06-13-2010, 08:50 AM
pass variable through segments with security - by El Forum - 06-13-2010, 09:42 AM
pass variable through segments with security - by El Forum - 06-14-2010, 06:01 PM
pass variable through segments with security - by El Forum - 06-20-2010, 04:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB