Good people:
Well to see if I can explain myself. I'm trying to develop a multi-client web app. The app consists of two common directories, let's call them;
- app_admin.
- app_users.
And then for each of the clients you will have your personal folder. Which will have symbolic links to the common files of app_users, and each client folder will have a file "user.php" that will save a variable $ user_id = user number.
Well my problem comes when I access from the login of app_usuarios the variable $ user_id is loaded with the value of that client that accesses. There is some way to do this action without using $ _GET or $ _POST.
I hope I was clear explaining myself. Thanks.