Hot Software News at Z5software

We deliver breaking news related to Software Development Industry

  • Apr
    24

    This time I really got into a mess with this https to http stuff…

    ====>My Problem:
    1. Not able get any global variables from https to http.. as those are considered as different domains….

    2. when my user logs in i want some of it info in http but my sessions are created in https so i m not able to access it.

    ====>What i have tried
    1. I have tried to get all the $GLOBALS variable over https to http but failed every time….

    2. i have tried to pass hidden variables from https to http…but the problem is i have to put them into form which should be posted all the time …

    ====> My Questions..

    1.. Is this the right way what i am doing ?
    2. If Yes…. how can i make a form should submit my data everytime without any event (accept javascript or with javascript)… i have not tried by adding javascript coz what if script in browser so i need to do it without it…!?

    3..if u can suggest me other option which is better than this than i am ready to listen.?

    Read the rest of this entry »

    No Comments
  • Apr
    14

    Help me remove referer for opera (chrome, safari). The problem for IE and Mozilla has desided. It is impossible that the administrations other sites didn’t see what users turning from my site.

    If I understand correctly, you don’t want visitors who click on your site’s external links to show your site as the referer to the serfer at the destination site. Have I got that right?

    If that is your request, then two ideas come to mind that you can experiment with (there may be others).

    1. Serve your entire website only with the https: protocol. Typically if you go from an https page to an http page, referer data is not sent in the browser header.

    2. Make all your external links in Flash, which last I knwe of did not send referer information.

    1 Comment