How to stay logged in

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

  1. #1

    Default How to stay logged in

    Hello,

    I have created simple login sistem. I'm using sessions and they expire
    after I close my browser. How can I stay loged after I have closed my
    browser window? I know I should use cookies, but I'm interested in some
    tips and tricks. TNX

    dr. zoidberg Guest

  2. Similar Questions and Discussions

    1. Still logged into Contribute?
      I've just completed a site redesign for a client who uses Contribute 3 to edit his site. Apparently all works well, except for one page where...
    2. staying logged in......
      hi, I used to use .asp and had a login section on a site, when somebody logged in and they surfed the admin section I had a session variable...
    3. Can't stay logged in after submitting form
      I have several pages in a user only area. I can go from page to page to page until I submit a form (which goes to my email via formmail), then I...
    4. Logged in user?
      I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina
    5. doing a transaction that is not logged
      Hello, AS I have to delete more than 100,000,000 records for a table I would like to be able to do this operation without journalization. So I...
  3. #2

    Default Re: How to stay logged in

    On Fri, 07 Nov 2003 22:30:25 +0100, "dr. zoidberg" <someone@example.wrong>
    wrote:
    >I have created simple login sistem. I'm using sessions and they expire
    >after I close my browser. How can I stay loged after I have closed my
    >browser window? I know I should use cookies, but I'm interested in some
    >tips and tricks. TNX
    [url]http://www.php.net/manual/en/function.session-set-cookie-params.php[/url]

    --
    Andy Hassall (andy@andyh.co.uk) icq(5747695) ([url]http://www.andyh.co.uk[/url])
    Space: disk usage analysis tool ([url]http://www.andyhsoftware.co.uk/space[/url])
    Andy Hassall Guest

  4. #3

    Default Re: How to stay logged in

    That link has absolutely nothing to do with the poster's question.
    yer not helping Guest

  5. #4

    Cool How to stay logged in

    There's no other way except sessions,cookies .
    TheGeekThinker 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