Hi,
I have a simple login page that I developed for a client that worked great locally but when I moved it to thier IIS servers it stopped working. The problem is that it doesn't seem to retain the session values after I do a redirect ( header("location ....")). Are there any work arounds for this ? I have seen some people suggestion mixing in some javascript to do the redirect but I'd prefer to keep it server side.
Thanks
I have a simple login page that I developed for a client that worked great locally but when I moved it to thier IIS servers it stopped working. The problem is that it doesn't seem to retain the session values after I do a redirect ( header("location ....")). Are there any work arounds for this ? I have seen some people suggestion mixing in some javascript to do the redirect but I'd prefer to keep it server side.
Thanks