Page 1 of 1

$_SESSION["wcs_user_name"] ...Users difference ?!

Posted: Tue 9. Oct 2007, 06:12
by juergen
Hi,

Just doing some work behind the "walls".

I'm used to take the material I 've got without crying.. so what I have is phpwcms 500 MB of Data, a per user ready requesting tool and now:

Marriage !

is $_SESSION["wcs_user_name"] a method to push it around as $_GET or do I open some security risk? The only place I do like this is after login. Inside roundabaout 25 different Frontend Users as customers, all (nearly all) from a simular global payer ..sorry player :wink:

Thanks for reading

Juergen

Posted: Tue 9. Oct 2007, 12:53
by juergen
Some hours later :D and diving in Var_dumps, swimming through arrays....

$_SESSION[$_REQUEST["PHPSESSID"]]

might be a much better way ... to have the frontend user ...