Quote:
Originally Posted by rlarner
What in the session var tells me if the user is logged in?
|
Check if userid is set in session var. For instance...
Quote:
Originally Posted by rlarner
I'll consider adding a join table, but since my script _should_ be the only source of inserts to the vb_user table, and I'm setting the userid during the insert I don't think I'll have syncronization problems.
|
Dependant if you can modify your table layout, you could add the according vb-userid to your user table. If you used a modified version of a wordpress for example, it wouldn't be so easy to modify the table structure of a retail-cms. That's where my thought came from