Re: [PHP] Need opinion On sessions - Cookies mandatory?

2002-01-24 Thread CompMan86
If there are two people behind a NAT, then the site would check for a session ID and the IP. If a session ID is introduced AND their IP matches the session, they are allowed to proceed. This would prevent people from moving a session ID to another machine. If two people are behind a NAT and share

[PHP] How to keep form inputs from being cleared

2002-02-07 Thread CompMan86
I posted about this a few days ago. I received several responses but none of them were very helpful (thanks for the effort though). I finally figured out what it was by process of elimination. At the top of my registration form, I put session_start() just like I did for all my other scripts. Well

Re: [PHP] POST form File Upload Progress Bar?

2002-04-16 Thread CompMan86
Hi, Thanks for your response =) I don't know much about javascript, so if you could show me an example that would be great. "Weston Houghton" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > My cheap trick around this is to have an onClick event on the form s