The following problem occurs when a site is being 'forwarded' to the directory in the server where actual files reside.
I store the log-in information as session variables. Then I use Javascript to redirect -> document.location="index.php?page=skipcheckout".
But it destroys all the session variables or does not recognize them.
Same problem occurs when I use Javascript to pop-up a new window. Everything works fine if I access the page directly, without using the short url that is being forwarded to the actual files.
If anybody can please give me some ideas, I would really appreciate it!
Thanks a lot!
~Shamee
I store the log-in information as session variables. Then I use Javascript to redirect -> document.location="index.php?page=skipcheckout".
But it destroys all the session variables or does not recognize them.
Same problem occurs when I use Javascript to pop-up a new window. Everything works fine if I access the page directly, without using the short url that is being forwarded to the actual files.
If anybody can please give me some ideas, I would really appreciate it!
Thanks a lot!
~Shamee