single sign on

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • badz

    single sign on

    hi there

    I have one site http://www.britishcouncil.org.my/elibrary/
    how can I pass my user name and password and by pass the login web form
    login
    I using php and mysql database can want pin point any idea for me

  • Alistair Baillie SS2002

    #2
    Re: single sign on

    store it in a cookie

    and check for the existence of the cookie, if it exists login automatically,
    and forward the user to the correct page.


    "badz" <badz22@gmail.c om> wrote in message
    news:1116223284 .146472.168700@ g47g2000cwa.goo glegroups.com.. .[color=blue]
    > hi there
    >
    > I have one site http://www.britishcouncil.org.my/elibrary/
    > how can I pass my user name and password and by pass the login web form
    > login
    > I using php and mysql database can want pin point any idea for me
    >[/color]


    Comment

    • badz

      #3
      Re: single sign on

      but the site is using webform and I do not have the authorities to
      confifgure the site..
      using cookies is may not applicable here

      Comment

      • Mike Willbanks

        #4
        Re: single sign on

        > but the site is using webform and I do not have the authorities to[color=blue]
        > confifgure the site..
        > using cookies is may not applicable here[/color]

        ..htaccess files may work out well :)

        You can read on it at httpd.apache.or g

        Mike

        Comment

        Working...