jagguy
07-01-2007, 03:09 AM
Hi,
I am developing a website with login and passwrod , session vars etc.The site allows uploads and downloads of small <3mb files and allows messages to be uploaded. Now I use mysql as well for all this storage.
q)What are some of the security concerns I haven't addressed?
q) what about this (I asked this before with no response) but it looks critical to my needs.
on php manual it says
Note:If you are not experienced with session programming it is not recommended that you use sessions on a website that requires high-security, as there are security holes that take some advanced techniques to plug.
I am developing a website with login and passwrod , session vars etc.The site allows uploads and downloads of small <3mb files and allows messages to be uploaded. Now I use mysql as well for all this storage.
q)What are some of the security concerns I haven't addressed?
q) what about this (I asked this before with no response) but it looks critical to my needs.
on php manual it says
Note:If you are not experienced with session programming it is not recommended that you use sessions on a website that requires high-security, as there are security holes that take some advanced techniques to plug.