posted 18 years ago
I am modifying the code to serve our private need - showing additional information on variable pages. In order to query the additional data, I need to have the user id in many places (among source code) in order to query the variable database tables.
In current implementation, user id is not always passed to various commands as an argument. I am still not familiar to the source code structure of this application.
Is there a right place where I can keep it?
Could any one of you suggest an elegant way to keep the session user id and can be retrieved easily?
Thanks in advance!
[originally posted on jforum.net by michaelwu]