Cookies and Sessions

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Cookies and Sessions

    Hi,

    I am running on my dev machine Apache 1.3 and PHP 4.38, it is running on
    Windows XP when I try and use Cookies or Sessions nothing is being set.

    When I upload my code to my Linux Server, it works fine!

    Is there anything I need to change on my windows machine.

    many thanks in advanced

    cheers


    Guest

  2. Similar Questions and Discussions

    1. Sessions/Cookies between sites
      Hi All Can I just confirm, is it true that Session Vars and Cookies from my main http site will all be lost when I ask the user to transfer over...
    2. Sessions, Cookies, DB, Form posts or all 4
      Hi All I'm in a quandary and I don't know whats best. Basically I have a secure section that takes the user through 4 stages before they...
    3. how to keep cookies or sessions between 2 sites?
      Hello, I have 2 separate web sites on 2 different boxes www.xyz.com on box 1 www2.xyz.com on box 2 Users log into box 1 via regular...
    4. [PHP] Sessions GET vs. Cookies
      --- Nicholas Robinson <npr@bottlehall.freeserve.co.uk> wrote: The session.use_trans_sid directive is enabled in your php.ini. Disable it if you...
    5. #24669 [Bgs]: Sessions and Cookies Timeout prematurely
      ID: 24669 User updated by: sunofman at sympatico dot ca Reported By: sunofman at sympatico dot ca Status: Bogus Bug...
  3. #2

    Default Re: Cookies and Sessions

    php.ihi
    httpd.conf

    Look in there and fiddle

    Regards
    Richard Grove
    [url]http://www.shopmaker.co.uk[/url] - UK Ecommerce Shop Systems


    "</david>" <nomail@hereplease.com> wrote in message
    news:41501fb7$0$51674$65c69314@mercury.nildram.net ...
    > Hi,
    >
    > I am running on my dev machine Apache 1.3 and PHP 4.38, it is running on
    > Windows XP when I try and use Cookies or Sessions nothing is being set.
    >
    > When I upload my code to my Linux Server, it works fine!
    >
    > Is there anything I need to change on my windows machine.
    >
    > many thanks in advanced
    >
    > cheers
    >
    >

    Richard Grove - ®ed Eye Media Guest

  4. #3

    Default Re: Cookies and Sessions

    Indeed and search for cookies in those files.
    Your server cannot write the tempfiles/cookies on the harddisk because the
    path does not exist. (or apache hasn't enough rights to write the cookies)


    "Richard Grove - ®ed Eye Media" <info®redeyemedia.co.uk> wrote in message
    news:41502bfc$0$52238$65c69314@mercury.nildram.net ...
    > php.ihi
    > httpd.conf
    >
    > Look in there and fiddle
    >
    > Regards
    > Richard Grove
    > [url]http://www.shopmaker.co.uk[/url] - UK Ecommerce Shop Systems
    >
    >
    > "</david>" <nomail@hereplease.com> wrote in message
    > news:41501fb7$0$51674$65c69314@mercury.nildram.net ...
    > > Hi,
    > >
    > > I am running on my dev machine Apache 1.3 and PHP 4.38, it is running on
    > > Windows XP when I try and use Cookies or Sessions nothing is being set.
    > >
    > > When I upload my code to my Linux Server, it works fine!
    > >
    > > Is there anything I need to change on my windows machine.
    > >
    > > many thanks in advanced
    > >
    > > cheers
    > >
    > >
    >
    >

    Angelo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139