Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Multiple Logins

    What would be a good way to login multiple users to different pages depending on their login? From the same form?
    Speegs Guest

  2. Similar Questions and Discussions

    1. session.sessionID overwrites on multiple logins...
      I'm using this code to allow people to login into a site: <!-- Verify user in data base --> <cfquery name="qVerify" datasource="mySource">...
    2. Problems with multiple logins to single Terminal Services username
      Hi, I'm evaluating the option of running an application through Terminal Services on Microsoft Windows 2003. The application is currently...
    3. Prevent Multiple Logins
      Is there any methods, preferably not requiring third party tools, which limit domain users to only one simultaneous login? I have been searching...
    4. Preventing multiple logins from a single user
      Hi, We have a web application developed using ASP .NET that uses forms authentication.We want to prevent users from logging in more than once...
    5. multiple logins?
      I guess this is more of a suggestive question. I've got a client that wants to have a member access area, they are extremely concerned however about...
  3. #2

    Default Re: Multiple Logins

    Hi Speegs, Using a database and DW's built-in server behaviors, you can
    create user authentication pages from a single login page that either redirect
    certain users to specific locations (say 4 different Welcome pages for 4
    different user access levels) or you can have a single welcome page, but with
    hidden links that only reveal themselves to certain user access levels. It all
    depends on your server language choice and your personal preferences for your
    pages. Do a google search on 'asp' AND 'user authentication' or 'php' AND
    'user authentication' etc and you'll get far more data than you care to read on
    the topic. HTH Bill

    Billium99 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