losing session variable after Form submit
My website's login and data retrieval features were working fine until I added a Form. Upon submit, it calls a php to send the form contents to me in an email (code I copied-pasted from HELP somewhere). After that, the website thinks the user isn't logged in anymore. I'm using the session variable MM_Username for login validation, so it must be getting lost in the Submit process. How do I keep hold of MM_Username?
I appreciate any help you can offer ![]()
