I use a generic php login script to secure an ftp portion of my site. It has been working fine - once the files were uploaded a meta-refresh would take the user back to the upload page. recently, however, something strange has been happening - the first time someone logs in and uploads, the user is 'kicked out' (session variables are flushed?) and they have to re-login. At this point, if the user logs in again, they can upload to their heart's content, the meta-refresh taking them back to the uplaod page, which is how it's suppsoed to work. I have used the script many times without a problem - I was hoping someone might have a idea what's without having to go into the code. A dummy sample of what is happening can be seen here: www.casamarengo.com/ftp
login: phpbuilder
password: phpbuilder
(don't bother including a file - just needs an email address...)
Thanks in advance!
Gordon