Here's the deal. My user auth. carries a session variable that is a user's account number. Whenever they submit a form, I want their account number to submit with the rest of the information on the form.
I assume I should use a hidden field? Can someone post an example of the coding I would use to make the hidden field equal to the session variable?
One other question on session variables. Can a user see them like in their cookies or somewhere? I'd like to keep the session variable private to improve security if i could.
TIA!