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

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

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

Post 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
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post 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 ...
Post Reply