I have a secure FTP section that uses a generic login script using sessions. As there are 2 sorts of people logging in with 2 separate sections they need to be forwaded to, I assumed I could use an if/else statement based on their access level with a meta-refresh to their particular pages - this has the effect of taking them to their respective sections but flushing the session variables as well so they have to re-login. I assume this is a function of the meta-refresh - is there a way to redirect without using it?
Thanks -
Gordon