Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. srswift

    Session variables don't work when use Javascript to document.location.

    We have set up some global files on our server that serves different customers. Customers can have their own domain name and we give them an unique code. Using that code, they forward their domain to our server. So they are not on the same server.... Thanks for you help!
  2. srswift

    Session variables don't work when use Javascript to document.location.

    Yes, I do call session_start(). And everything works fine if I access the page directly. Sessions don't work properly when a site is being forwarded (with masking) to the server where actual files reside. I learned that it is because when the privacy level is set to medium (which is the...
  3. srswift

    Session variables don't work when use Javascript to document.location.

    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...

Part and Inventory Search

Back
Top