M
Matt Mercer
Hi all,
I have read much about session variables and the pros and cons. I want
to post my use and get opinions.
When a user logs into my site various fields are pulled from a SQL
user table. I store the user's name, ID, country, region, site code,
and access level in session variables.
I use this information to decide what fields the user can see, what he
can do, or how the fields are prepopulated.
Am I sacrificing performance? Suggestions? To me this is not overusing
session variables.
Thanks in advance.
I have read much about session variables and the pros and cons. I want
to post my use and get opinions.
When a user logs into my site various fields are pulled from a SQL
user table. I store the user's name, ID, country, region, site code,
and access level in session variables.
I use this information to decide what fields the user can see, what he
can do, or how the fields are prepopulated.
Am I sacrificing performance? Suggestions? To me this is not overusing
session variables.
Thanks in advance.