link user to the login page

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

  1. #1

    Default link user to the login page

    Hi.
    How do i kick user if they are not using login page to get acess?
    samkry Guest

  2. Similar Questions and Discussions

    1. user and admin login on same login page
      Hello, I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working...
    2. my user login page is always the default page
      :brokenheart; my coldfusion application has an login page, some users logged in and saved some page to favorites, then close the browser without...
    3. login user and sent to own home page
      Hi, i followed a tutorial: http://www.macromedia.com/devnet/mx/dreamweaver/articles/auth_users.html. It is not pure cold fusion i am ashamed to...
    4. How to link User Script with Login
      Hello On a Win2003 serve I have developed 3 script files each with a .cmd extension. (Do these have to be renamed to .bat ?). I placed these o in...
    5. User changing something on a form makes asp.net take user to login page
      Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and...
  3. #2

    Default Re: link user to the login page

    add the Restricted Access behavior to those pages redirecting the user
    to the Login one

    HTH,

    manuel

    samkry wrote:
    > Hi.
    > How do i kick user if they are not using login page to get acess?
    Manuel Socarras Guest

  4. #3

    Default Re: link user to the login page

    I did try but it won't work, user still able to view the page by typing the
    URL, so I want user will have access thru a login page bot matter what URL they
    are putting they should not be able to view the page, so they must login and
    only will have an access.
    But I able to control use access thru ur advice..

    samkry Guest

  5. #4

    Default Re: link user to the login page

    i've used that behavior without problems. wich server model are you
    using: ASP, CF, ...

    samkry wrote:
    > I did try but it won't work, user still able to view the page by typing the
    > URL, so I want user will have access thru a login page bot matter what URL they
    > are putting they should not be able to view the page, so they must login and
    > only will have an access.
    > But I able to control use access thru ur advice..
    >
    Manuel Socarras Guest

  6. #5

    Default Re: link user to the login page

    Hi.
    I'm using asp...
    strange, use still can access the page by not using my login page..

    I did try with the full path http:\\localhost\menu.asp instead of using login
    page which is http:\\localhost\login.asp and I stil able to get access.



    samkry Guest

  7. #6

    Default Re: link user to the login page

    how about posting the menu.asp page code, especially the ASP code (ie before
    the HEAD tag), so we could see why the Restrict behaviour is not working.?

    Originally posted by: samkry
    Hi.
    I'm using asp...
    strange, use still can access the page by not using my login page..

    I did try with the full path http:\\localhost\menu.asp instead of using login
    page which is http:\\localhost\login.asp and I stil able to get access.





    CarlGrint 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