Forum Moderators: coopster
I have a simple login script which works well normally, but when logging in via a framed redirect it doesn't set the username as a session variable.
My login script normally POSTS the username to be processed, checks against the password stored in the database and then stores the username as a session variable.
I do like the use of the frames, as I'm linking between sites and want to have just the one domain name on view, but this problem needs to be fixed. Any ideas?
Derek