PHP MySQL - Prevent Block Multiple Login for Same User

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 30

  • @jessewlribeiro
    @jessewlribeiro 2 года назад

    I'm Brazilian and here we would say the expression "you are the guy", congratulations!

  • @phoumjaiyang8929
    @phoumjaiyang8929 2 года назад

    Very awesome bro, keep doing the best video like this more and more.

  • @ShakeelAhmad-sc9gv
    @ShakeelAhmad-sc9gv 2 года назад

    Nice explanation

  • @DavidAshby1
    @DavidAshby1 2 года назад

    Thanks for the tutorial. I was unable to open the RAR file, says file corrupt? Tried to type php in but 3 times got same outcome, wrong email address. I suspect I made an error but cannot check it against your code.

  • @mibrahim4245
    @mibrahim4245 2 года назад +1

    Nice tutorial, but what if a user blocks JavaScript .. he won't be logged out without refresh, right ?

  • @crazetalks6854
    @crazetalks6854 11 месяцев назад

    it is not workable if we open a 2nd window of chrome with ctrl+N , it logs in and dont change the session id

  • @fathurrozi2972
    @fathurrozi2972 2 года назад

    Thanks vmuch sir 👍

  • @AsadAli-wi1xs
    @AsadAli-wi1xs 2 года назад

    Amazing Content...

  • @dante2047
    @dante2047 2 года назад

    Thanks for the awesome tutorial. I'm having trouble as the code causes the user to be logged out when opening the Bootstrap 5 modal.

  • @sahanmadusha9253
    @sahanmadusha9253 2 года назад

    thanks bother

  • @skillshare3670
    @skillshare3670 2 года назад

    how to add the user_session_id on signup page

  • @AbuAthan75
    @AbuAthan75 2 года назад

    Thanks, Sir!

  • @dilipshehan1
    @dilipshehan1 2 года назад

    thank you

  • @solodonuts8562
    @solodonuts8562 2 года назад

    Session only work in self device..

  • @dastgirakhtar9782
    @dastgirakhtar9782 2 года назад

    Create a login which display online status of multiple users.

  • @dastgirakhtar9782
    @dastgirakhtar9782 2 года назад

    Nice

  • @mostafijarrahman1036
    @mostafijarrahman1036 2 года назад

    tnx sir

  • @JNET_Reloaded
    @JNET_Reloaded 2 года назад

    just check sessions if exists no need to login is there!

    • @webslesson
      @webslesson  2 года назад

      How can we check first user login session, can you describe here...

  • @d33pakkumar
    @d33pakkumar 2 года назад

    Not good practice while destroying session with javascript.... As javascript can be edit manually any time..... Anyway Good tutorial for beginners....... try to destroy season when user try to make request from old session and then logout that browser with the error message that user is already logged in other system...... Good work anyway.....

    • @mr.morningstar8380
      @mr.morningstar8380 Год назад

      By include a defined check session function in header which is included on every page right?

    • @d33pakkumar
      @d33pakkumar Год назад

      ​@@mr.morningstar8380 you need to check session everytime user try to make request.... in that u just have to check if user have new session then in database and Destroy that session....

  • @ShakeelAhmad-sc9gv
    @ShakeelAhmad-sc9gv 2 года назад

    Nice explanation

  • @KhuongHoc
    @KhuongHoc 11 месяцев назад

    Thank you

  • @DailyTutorial
    @DailyTutorial 2 года назад

    Nice