I have a site where I want users that will be inputting data to my DB to log in (free of charge) before I allow them to access the input forms.
WITHOUT using cookies, I want be be able, with sessions (I think), be able to do basic user authentication. I only need to pass 1 value around: user_id, which will be set when the user properly logs in.
Any code snippets that you can provide would be greatly apprechiated.
TIA
Sean Shrum.