How to check for user login and referr URL for security

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogarajan
    New Member
    • Apr 2007
    • 115

    How to check for user login and referr URL for security

    Dear friend

    I have two server one server runs (windows 2003 server Moodle opensource - PHP url : http://xxx.yyy.zzz.aaa/login.php) and another server contains Course Matterial video(url :http://sss.qqq.rrr.aaa ). so user success full login i have transfer to another server. how can i know it is successful login and it is request comes from xxx.yyy.zzz.aaa ip.


    i want write code in C# (asp.net)


    pls guide me

    Thanks in advance

    Yogarajan.G
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    So, you have a PHP application that needs to authenticate users in order to determine whether or not they are authorized to access some videos within the site....

    But you want to use ASP.NET to do the authentication and authorization?

    This is going to be complicated.
    I recommend that you stick with one technology: PHP or ASP.NET

    -Frinny

    Comment

    Working...