English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Do people have access to the session variables that are made about the users on my site and if so can they change them?
I cant allow them to do this as they could end up messing payments up, how do you deal with session variables?

2007-02-17 23:23:33 · 3 answers · asked by peter s 1 in Computers & Internet Programming & Design

3 answers

sesion variables are usualy delt with by the script only. as php is a server side program running only on the server. sometimes however you can see session variables in the url but it will only be your own variable. so nothing to worry about here

2007-02-17 23:32:21 · answer #1 · answered by nay25us 3 · 0 0

If someone has access to your server, only then he/she can see the session variables. Otherwise, while browsing your site, no one can see session variables as sessions are stored on server.

2007-02-18 23:14:36 · answer #2 · answered by Atif Majid 3 · 0 0

As you know, PHP code isnt displayed....or even sent to the Client's web browser.....

PHP script is done ALL server side.

So....anything between the tags....ARE NOT SENT OVER THE WEB TO THE BROWSER.

2007-02-17 23:27:20 · answer #3 · answered by Josh B 5 · 0 0

fedest.com, questions and answers