Difference between cookies, session and tokens

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ค. 2024
  • What are cookies, sessions, and tokens? Most web servers use cookies to send the session-ID after you log in.
    🔻 Click on SHOW MORE 🔻
    So the server will store the session information in the database while you will only have the session id in a cookie, which is stored in the filesystem of your computer.
    Next time you request another page, your browser will automatically send a cookie containing your sessionId, which the server will check to see if it is valid.
    The session-ID is randomly generated and should be hard to guess. If you log out, the session will be deleted on the server, but also the server will instruct the browser to delete the cookie containing the session-ID.
    An alternative to this is to store information on the client and sign it. In this scenario, anyone holding the signature can quickly check if the data was manipulated or not. One way to do this is to use JSON Web Tokens (JWT tokens).
    Let's now assume that you want to install an app on your phone, which can help you with your finances and keep track of your spendings. What you don't want to do is to give your username and password to this app, which was not created by your bank. This is when access tokens are being used to grant access to your data.
    Technologies mentioned in this video:
    JWT Tokens: jwt.io/
    OAuth, OAuth2: oauth.net/
    OpenId: openid.net/
    #cookies #sessions #tokens
    --
    ⭐️ Additional explanation ⭐️
    [1] In the example shown, the user transitioned from a not-logged-in state (one session id) to a logged-in state (new session id). This is why you see two cookies. Make sure you check the HTTP requests for the Set-Cookie and Cookie headers.
    [2] While both the Cookie/Set-Cookie and Authorization are headers, a browser will always treat the Cookie/Set-Cookie differently.
    If this was helpful and you want to support me create more videos like this one, please consider subscribing.
    👉 / @vdespa
    --
    ⭐️ Video contents ⭐️
    ⌨️ 00:00 - Login example with cookies
    ⌨️ 05:26 - Recap: cookies and sessions
    ⌨️ 06:06 - Token-based authentication
    ⌨️ 09:20 - Difference between tokens vs session cookie
    ⌨️ 11:00 - Conclusion
    --
    ⭐️ 💬 I have a question. ⭐️
    I do my best to answer all comments here on TH-cam but I cannot make any guarantees.
    Please do not email me or contact me on other channels as I might not be able to answer. Sorry!
    --
    ⭐️ 💡 I have a video idea ⭐️
    Do you want me to create a video on a specific topic? Just fill out the form below:
    forms.gle/uWEzXFQ2viJtZtvZ7
    --
    ⭐️ 📩 Contact & Imprint ⭐️
    👉 Follow me on Twitter:
    / vdespa
    👉 Follow me on Medium:
    / vdespa
    👉 Follow me on Facebook:
    / valentin-despa-1130381...
    👉 Let's connect on LinkedIn:
    / vdespa
    vdespa.com/imprint

ความคิดเห็น • 579

  • @vdespa
    @vdespa  4 หลายเดือนก่อน +8

    Liked this explainer video? Which topic should I cover next? Fill out this form: forms.gle/PTCM6RuWNHwZmhNNA
    P.S. Thanks for all your kind comments and sorry for the annoying background music!

  • @chia-anyang1276
    @chia-anyang1276 2 ปีที่แล้ว +31

    Had been confused for their difference for so long. Thank you for the clear explanation!!

    • @vdespa
      @vdespa  2 ปีที่แล้ว +4

      Glad it helped!

  • @thehowerd8634
    @thehowerd8634 ปีที่แล้ว +97

    Excellent work man! I feel like this explanation was much easier to understand than reading the documentation. Also, I'm really digging the graphics and animations!

    • @vdespa
      @vdespa  ปีที่แล้ว +4

      You are welcome. Thank you for leaving a comment.

  • @ioana4963
    @ioana4963 2 ปีที่แล้ว +7

    I started with your Agile courses, now I am learning Postman with you. You're an awesome trainer!

    • @vdespa
      @vdespa  2 ปีที่แล้ว +1

      Thanks Ioana 👍

  • @user-dj9ek9sr3m
    @user-dj9ek9sr3m ปีที่แล้ว +3

    The clearest video about cookie imo.
    Thanks a lot!

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @bholanathm7211
    @bholanathm7211 10 หลายเดือนก่อน +14

    Earlier i completed a tutorial of yours in Udemy on rest apis and it was also very well explained. This video is the first one of yours i'm watching in TH-cam and it is so nice.. anybody can understand it. This video deserves a 1000 likes and comment!! Thank you very much!!

    • @vdespa
      @vdespa  10 หลายเดือนก่อน +1

      You're very welcome!

    • @hristokalchev891
      @hristokalchev891 7 หลายเดือนก่อน

      @@vdespa can you give a link to the RestAPI tutorial

  • @user-wq7nj5on6z
    @user-wq7nj5on6z 4 หลายเดือนก่อน +2

    First video to help with the topic!! please KEEP DOING MORE ^_^

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      Thanks. Will do. Please submit your suggestions.

  • @be_like_vishnoi7778
    @be_like_vishnoi7778 ปีที่แล้ว +5

    Learning through virtual representations is the best way to remember concepts for a long time, Great work!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you think so! You are welcome. Thank you for leaving a comment.

  • @jacobshade
    @jacobshade ปีที่แล้ว +1

    Thank you! This was the only short video example I could find on the use cases of tokens

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad to hear, Jacob. Thanks for your comment.

  • @adelevance2105
    @adelevance2105 6 หลายเดือนก่อน +4

    I’m preparing for an interview, and your videos help a lot! Thank you for your great work! 🤗

    • @vdespa
      @vdespa  6 หลายเดือนก่อน

      You bet! And good luck with your interview.

    • @lightyear3429
      @lightyear3429 4 หลายเดือนก่อน

      Did u get the job?

  • @Agorila09
    @Agorila09 ปีที่แล้ว +5

    I love that you show the real tables and real encoded and decoded json.

    • @vdespa
      @vdespa  ปีที่แล้ว +1

      I am glad that you liked it. You are welcome. Thank you for leaving a comment.

  • @azlanuza1330
    @azlanuza1330 2 ปีที่แล้ว +2

    Simplified, clear and informative. Thanks for sharing.

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      I am glad that you liked it.

  • @deleted7023
    @deleted7023 ปีที่แล้ว +1

    I would pay anything to see more content like this. Thank you, u' the best bro.

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you enjoyed! You are welcome. Thank you for leaving a comment.

  • @Sandywf
    @Sandywf ปีที่แล้ว +2

    Awesome explanation...put all the concepts/terminologies clearly on the table so that can easily differentiate between these terms.. subscribed immediately.... Kudos

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @__priyanshu__sharma____
    @__priyanshu__sharma____ 4 หลายเดือนก่อน +1

    I was confused so much on this topic . But after watching this i am thinking why so many youtubers made this topics so confusing expect you . The best explanation of cookies, Session and tokens.. Thank you so much.

    • @vdespa
      @vdespa  3 หลายเดือนก่อน

      Glad you liked it! You are welcome. Thank you for leaving a comment.

  • @knightjaz2598
    @knightjaz2598 2 ปีที่แล้ว +3

    Thank you for the detailed yet simple to understand explanation.

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      You're welcome. I am glad it helped

  • @joshkny
    @joshkny ปีที่แล้ว +1

    Gym membership analogy was spot on. Great works again!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Appreciate it! You are welcome. Thank you for leaving a comment.

  • @ritikajha8530
    @ritikajha8530 ปีที่แล้ว +7

    Tomorrow is my exam but I still don't understand these cookie and session terms but now I can easily write everything with example...Great work man 🤩⭐️

    • @vdespa
      @vdespa  ปีที่แล้ว

      Happy to help! You are welcome. Thank you for leaving a comment.

    • @trickygaming4516
      @trickygaming4516 11 หลายเดือนก่อน

      Same, Feel aiivgel chay lekin concept samjha na pebay..

  • @drinks.a4230
    @drinks.a4230 ปีที่แล้ว +2

    Great Job Valentin! Very well explained and easy to learn! Thanks a lot!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you liked it! You are welcome. Thank you for leaving a comment.

  • @noahb5019
    @noahb5019 ปีที่แล้ว +8

    Your video is really among the best! It was so good that I was able to tolerate the unbearable background music (you don't need music, what you're saying is interesting enough). I agree with others that your channel is horribly underrated. Please keep up the good work!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful! Thank you for letting me know about your thoughts.

    • @mback12000
      @mback12000 4 หลายเดือนก่อน

      Agreed. I don't understand why some"explainer" or tutorial videos do this.. Ever sit down in school for a hard subject and a teacher puts loud jingles on while talking? Of course not.

  • @andronasef
    @andronasef 11 หลายเดือนก่อน +1

    Very easy to understand. good animation. best voice over.
    Thx Valentin.

    • @vdespa
      @vdespa  11 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @navilshay5785
    @navilshay5785 2 หลายเดือนก่อน +16

    subscribed. just remove this music in the background please

    • @vdespa
      @vdespa  2 หลายเดือนก่อน

      Will do, thanks!

    • @AJ3000_
      @AJ3000_ 21 วันที่ผ่านมา +3

      @@vdespadon’t do it, it’s fine

    • @johnkarltabuzo3746
      @johnkarltabuzo3746 16 วันที่ผ่านมา +3

      Don't do it just low the volume music make your video not boring

  • @ifaceTech
    @ifaceTech ปีที่แล้ว +4

    Great channel, I've learned a lot. You're very clear and to the point.

    • @vdespa
      @vdespa  ปีที่แล้ว +1

      Glad that it helped. You are welcome. Thank you for leaving a comment.

  • @benjaminlow6094
    @benjaminlow6094 2 ปีที่แล้ว

    Thank you for this explanation video. Clarifies the concept of tokens and sessions well!

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      I am glad that it was helpful!

  • @rukshanj.senanayaka1467
    @rukshanj.senanayaka1467 หลายเดือนก่อน

    This is really well put-together. Thanks a bunch!

    • @vdespa
      @vdespa  หลายเดือนก่อน +1

      You are welcome. Thank you for leaving a comment.

  • @AbdulBasit-ib6by
    @AbdulBasit-ib6by ปีที่แล้ว +1

    Such a very detail and informative video where you explain each important aspect of both session and token mechanism is a slow mode.

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you enjoyed it! You are welcome. Thank you for leaving a comment.

  • @SalakotPhilippines
    @SalakotPhilippines 3 หลายเดือนก่อน

    Thank you Valentin, currently some of this is clear now to me, thank your for uploading this kind of informative video in a concise manner.

    • @vdespa
      @vdespa  3 หลายเดือนก่อน

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @jakubcejka5411
    @jakubcejka5411 2 หลายเดือนก่อน

    Incredibly simple explanation. Thank you very much.

    • @vdespa
      @vdespa  2 หลายเดือนก่อน

      Glad you liked it You are welcome. Thank you for leaving a comment.

  • @malcolmlagares8245
    @malcolmlagares8245 ปีที่แล้ว +1

    What a great video. Excellent work. Thank you so much. I'm going to watch this multiple times. I've liked and subscribed based on this video alone. . . Thank you.

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @aakashgyl
    @aakashgyl ปีที่แล้ว +8

    Superb explanation, really easy to understand and that too with real world examples. 👍

    • @vdespa
      @vdespa  ปีที่แล้ว +2

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @shriramkardile7064
    @shriramkardile7064 ปีที่แล้ว +1

    Very well conceptually explained !! Thanks a ton !

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you liked it! You are welcome. Thank you for leaving a comment.

  • @pratish_ganguly
    @pratish_ganguly 2 ปีที่แล้ว +5

    Thank you for making it so simple to understand.

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      I am glad it was easy to understand. Thanks 👍

  • @void2623
    @void2623 2 หลายเดือนก่อน

    thanks a lot for this video. It was very concise, to the point and very easy to understand. Will definitely checkout your other videos as well. Thanks again

  • @zm690
    @zm690 2 ปีที่แล้ว +1

    This is so clear and easy to understand. Thank you.

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      You're very welcome! I am glad that it helped.

  • @dopetag
    @dopetag ปีที่แล้ว +1

    The explanation was quite clear! Thank you

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @lovebaking2503
    @lovebaking2503 9 หลายเดือนก่อน

    Thanks for the clear and concise explanations.. the analogies are well done!

    • @vdespa
      @vdespa  9 หลายเดือนก่อน

      Glad you enjoyed it! You are welcome. Thank you for leaving a comment.

  • @aldanamichelino
    @aldanamichelino 2 ปีที่แล้ว +1

    One of the best explanations I found!

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      I am glad it was helpful! Thanks.

  • @rizwanulhassan5052
    @rizwanulhassan5052 9 หลายเดือนก่อน

    been trying for some days but in vain. Your video helped me to understand the concept thoroughly

    • @vdespa
      @vdespa  9 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @ilhamferry3382
    @ilhamferry3382 ปีที่แล้ว +1

    Wow, it's really easy to understand what you mean, and thanks for the analogy (that's very helpful).

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful!

  • @gowthamikumar3511
    @gowthamikumar3511 4 หลายเดือนก่อน

    Love how you have explained this, thank you.

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      Glad you enjoyed it! You are welcome. Thank you for leaving a comment.

  • @mariadmt8569
    @mariadmt8569 ปีที่แล้ว +1

    Foarte bine explicat, Valentin!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Mulțumesc, Maria!

  • @collinsigeh
    @collinsigeh ปีที่แล้ว +2

    This is amazing! 👍👍Very easy to follow video with great illustrations.
    Thanks for this video.

    • @vdespa
      @vdespa  ปีที่แล้ว +1

      You're very welcome!

  • @dirkjensen935
    @dirkjensen935 6 หลายเดือนก่อน

    Thank you I was so confused by this. This video was exactly what is needed

    • @vdespa
      @vdespa  6 หลายเดือนก่อน

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @tanmaykumar9277
    @tanmaykumar9277 2 ปีที่แล้ว +1

    This video was soooo amazing!! I understood everything now!! : )
    Thankyou for making my life better : ))))

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      You are welcome!

  • @Anythiny
    @Anythiny 7 หลายเดือนก่อน +1

    this is goldmine of concepts for beginners.Keep creating more

    • @vdespa
      @vdespa  7 หลายเดือนก่อน

      Thanks you. Feel free to make suggestions.

  • @romanpavlov9706
    @romanpavlov9706 7 หลายเดือนก่อน

    Oh man, thank you very much! Just recently i was asked this question during the interview on QA Manual position and failed miserably. Now I am ready and armed for this fight)

    • @vdespa
      @vdespa  7 หลายเดือนก่อน

      Good luck next time. Thanks for your comment.

  • @svalyavasvalyava9867
    @svalyavasvalyava9867 4 หลายเดือนก่อน

    Thank you infinitely for the explanation! 😊

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @elraziuni
    @elraziuni ปีที่แล้ว +1

    Very informative & easy to digest. Thanks!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @thanhloanle6181
    @thanhloanle6181 2 ปีที่แล้ว +2

    This one is helpful. Thank you so much! 🥰

    • @vdespa
      @vdespa  2 ปีที่แล้ว +1

      Thanks for letting me know!

  • @peichitsai6530
    @peichitsai6530 ปีที่แล้ว +1

    Your explanation is so clear!

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @lastidea4925
    @lastidea4925 ปีที่แล้ว +1

    What a great explanation! Thank you!

    • @vdespa
      @vdespa  ปีที่แล้ว +1

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @beffjezos1052
    @beffjezos1052 ปีที่แล้ว +1

    I never comment on TH-cam, but god damn this was a great video for a dumb ass such as myself. Keep it up. People do not understand that to truly know a subject you must be able to break it down for the slow folks - thanks!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Thanks for your comment, I am glad this helped!

  • @user-yr4vo2nu3o
    @user-yr4vo2nu3o 3 หลายเดือนก่อน

    such a clear explanation, nice work!

    • @vdespa
      @vdespa  3 หลายเดือนก่อน

      Glad it was helpful! Thank you for leaving a comment.

  • @noorzaibchohan1200
    @noorzaibchohan1200 13 วันที่ผ่านมา +1

    very well explained. I was very confused about these simple terms.

    • @vdespa
      @vdespa  13 วันที่ผ่านมา

      Thanks 👍

  • @joneslt
    @joneslt 4 หลายเดือนก่อน

    Fantastic! I understand this now! Thanks for posting

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @faraitanekha2642
    @faraitanekha2642 4 หลายเดือนก่อน

    Wonderful, informative presentation! A lot to absorb in one go though, I'll have to watch the vid one or two more times 😃 Thank you.

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @jafarsadik4335
    @jafarsadik4335 ปีที่แล้ว +1

    Well explained. Thanks for such a great content!

    • @vdespa
      @vdespa  ปีที่แล้ว

      My pleasure! You are welcome. Thank you for leaving a comment.

  • @columbineNovi
    @columbineNovi ปีที่แล้ว

    Paldies par dalīšanos. Es izmantoju Morelogin, un tas aizsargā privātumu.

  • @surya.maheshkolisetty1997
    @surya.maheshkolisetty1997 ปีที่แล้ว +1

    Excellent Information :) Most Underrated Channel deserves more Appreciation (Likes and Subscribers )

    • @vdespa
      @vdespa  ปีที่แล้ว +1

      You are welcome. Thank you for leaving a comment.

  • @mario1ua
    @mario1ua ปีที่แล้ว +2

    Great explanation, thank you so much!

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @steffencornwell9633
    @steffencornwell9633 2 ปีที่แล้ว

    Great video! Thanks so much for making this!

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      Glad it was helpful!

  • @Sesam92
    @Sesam92 4 หลายเดือนก่อน

    This is very well done, explained and helped me a lot. Thank you very much!

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      Glad it helped! You are welcome. Thank you for leaving a comment.

  • @SN-zr3rf
    @SN-zr3rf ปีที่แล้ว

    Excellent presentation.
    But one point, i would like to highlight here which is "Cookie biased Session authentication" would not allow to access all the information.
    For example:
    In banking internet web portal, User-A has logged into by using his credentials. Once the user credentials are verified for User-A , application server assign cookie to the user-A and respond back to Brower client. For each request of this user-A, , application server should perform 2 checks -First, verify the cookie validity and second, the requested operation whether it is permitted to this user-A. If anyone of the above checks is failed, the application server should redirect to logic page to User-A.

  • @sreenivasuluetela3201
    @sreenivasuluetela3201 ปีที่แล้ว +1

    very well understood, Thanks .. Keep posting more videos and we love to watch

    • @vdespa
      @vdespa  ปีที่แล้ว

      Thank you, I will. You are welcome. Thank you for leaving a comment.

  • @Klusio19
    @Klusio19 ปีที่แล้ว +1

    Wow! Very good explanation. Drawings helped a lot too. Very well done sir!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad that it helped! You are welcome. Thank you for leaving a comment.

  • @SewonKimMusic
    @SewonKimMusic 4 หลายเดือนก่อน

    incredible explanation man! great video!

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      Glad that it was helpful. Thank you for leaving a comment.

  • @namelessyoutubechannel
    @namelessyoutubechannel 4 หลายเดือนก่อน

    Fantastic video!!! Very helpful and informative.

    • @vdespa
      @vdespa  4 หลายเดือนก่อน +1

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @FernandoJaramillo-jw7nm
    @FernandoJaramillo-jw7nm 4 หลายเดือนก่อน

    Tahnk you for the info. Very good explanation..! Teaching is one of your talents for sure.

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      I appreciate that! You are welcome. Thank you for leaving a comment.

  • @vovaka440
    @vovaka440 2 ปีที่แล้ว +1

    A good explanation, thank you! :)

    • @vdespa
      @vdespa  2 ปีที่แล้ว +1

      Thanks. Consider subscribing

    • @vovaka440
      @vovaka440 2 ปีที่แล้ว

      @@vdespa Not only, I already have your course about Postman on Udemy ;)

  • @ayush1kumar890
    @ayush1kumar890 ปีที่แล้ว +1

    The best video I could found cleared my every doubt

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @favourz1
    @favourz1 11 หลายเดือนก่อน

    THANKS. I love this method of learning with infographics. Easy to learn

    • @vdespa
      @vdespa  11 หลายเดือนก่อน +1

      Great to hear! You are welcome. Thank you for leaving a comment.

  • @dharma01v
    @dharma01v ปีที่แล้ว +1

    Thank You - clear explanation and very useful

    • @vdespa
      @vdespa  ปีที่แล้ว

      I am glad that it was helpful. You are welcome. Thank you for leaving a comment.

  • @sanjayns9462
    @sanjayns9462 ปีที่แล้ว +1

    This is amazing, kudos to your hard work, thanks for helping :)

    • @vdespa
      @vdespa  ปีที่แล้ว

      Happy to help! You are welcome. Thank you for leaving a comment.

  • @raydenwang6195
    @raydenwang6195 ปีที่แล้ว +1

    This is so helpful! Thank you so much!

    • @vdespa
      @vdespa  ปีที่แล้ว

      You're so welcome!

  • @vittoriab
    @vittoriab 10 หลายเดือนก่อน

    Very helpful!! Thank you so much for the video!!

    • @vdespa
      @vdespa  10 หลายเดือนก่อน

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @snorkilator
    @snorkilator 10 หลายเดือนก่อน

    Thanks. This is a wonderful video. Clear, with nice visuals

    • @vdespa
      @vdespa  10 หลายเดือนก่อน

      Glad you liked it! You are welcome. Thank you for leaving a comment.

  • @githinjibonface8486
    @githinjibonface8486 2 ปีที่แล้ว +1

    very informative to start my software testing career. I like your teaching methodology

    • @vdespa
      @vdespa  2 ปีที่แล้ว +1

      Great to hear! Best of luck to you in your career.

  • @sherylbee9120
    @sherylbee9120 ปีที่แล้ว

    i LOVE this video. oh man. just delete all the other ones!!! being a little dramatic, lol, but I been hunting around for over an hour for a clear explanation with no random holes! TYSM for being so thorough and not leaving anything to assumption or the power of "et voila"! technology shouldn't feel like a magic trick. sheesh.

    • @vdespa
      @vdespa  ปีที่แล้ว

      Thank you! Glad it helped.

  • @user-mc3ei9vi9b
    @user-mc3ei9vi9b 2 หลายเดือนก่อน

    Absolutely brilliant. Clearly explained

    • @vdespa
      @vdespa  2 หลายเดือนก่อน

      Glad it was helpful! Thank you for leaving a comment.

  • @tech_tutorials2053
    @tech_tutorials2053 3 หลายเดือนก่อน

    thank you. very good explained with the animations.. btw, I like the background music 😅

    • @vdespa
      @vdespa  3 หลายเดือนก่อน

      Glad you liked it! You are welcome. Thank you for leaving a comment.

  • @srinivasmekala1189
    @srinivasmekala1189 4 หลายเดือนก่อน

    Greate video, I am now clear with the difference between a token and a session and what is used when. Thank u

    • @vdespa
      @vdespa  4 หลายเดือนก่อน

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @somethingmeaningful
    @somethingmeaningful 11 หลายเดือนก่อน +1

    loved this! So simpley explained!

    • @vdespa
      @vdespa  11 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @peepsperumal3552
    @peepsperumal3552 7 หลายเดือนก่อน +1

    Explanation is really good ❤

    • @vdespa
      @vdespa  7 หลายเดือนก่อน

      Glad to hear that, thanks!

  • @wanderlust5379
    @wanderlust5379 7 หลายเดือนก่อน

    This was very well explained thank you.

    • @vdespa
      @vdespa  7 หลายเดือนก่อน

      Glad you enjoyed it! You are welcome. Thank you for leaving a comment.

  • @mallninja9805
    @mallninja9805 ปีที่แล้ว +1

    The gym membership analogy is funny because my gym literally said "You can use anything with a barcode!" So I used a work badge, now one badge gets me into both places

    • @vdespa
      @vdespa  ปีที่แล้ว

      Good one 😂

  • @codingkiddo9727
    @codingkiddo9727 ปีที่แล้ว +1

    Am really thankful to you.... It really helped me lot ... Great work 🥳

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad to hear that You are welcome. Thank you for leaving a comment.

  • @uicornerwithJ
    @uicornerwithJ 8 หลายเดือนก่อน

    This was such a good tutorial, thank you !

    • @vdespa
      @vdespa  8 หลายเดือนก่อน

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

    • @uicornerwithJ
      @uicornerwithJ 8 หลายเดือนก่อน

      Happy to follow you from now on for other exciting videos

  • @KarnasJourney
    @KarnasJourney ปีที่แล้ว +1

    Thanks a lot ....I confused a lot before watching This video

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @guybrush77
    @guybrush77 ปีที่แล้ว +1

    You're great, explain very well!

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @navjotmannan7303
    @navjotmannan7303 ปีที่แล้ว +1

    Marvellous!! Very easy to understand.

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you think so! You are welcome. Thank you for leaving a comment.

  • @macedoedit5797
    @macedoedit5797 9 หลายเดือนก่อน

    Very Good explanation! Keep up the good work :)

    • @vdespa
      @vdespa  9 หลายเดือนก่อน

      Thanks a lot!

  • @narendrar9940
    @narendrar9940 8 หลายเดือนก่อน

    Very nice explanation, nice graphics, and background music, i enjoyed learning watching this video. Thanks!

    • @vdespa
      @vdespa  8 หลายเดือนก่อน

      Glad you enjoyed it! You are welcome. Thank you for leaving a comment.

  • @sameerbedi1122
    @sameerbedi1122 ปีที่แล้ว +1

    fantastic video,, well-articulated and very clear and concise

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @alexshmalex
    @alexshmalex 10 หลายเดือนก่อน

    Brilliant explanation. Thank you!

    • @vdespa
      @vdespa  10 หลายเดือนก่อน

      You are welcome. Thank you for leaving a comment.

  • @surajpatil6635
    @surajpatil6635 ปีที่แล้ว +1

    Superb. Great Explanation!! 👍👍

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad you liked it

  • @sanketvaidya2616
    @sanketvaidya2616 ปีที่แล้ว +1

    Excelllent information, and great graphics to explain the concepts

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.

  • @m2plusm1
    @m2plusm1 8 หลายเดือนก่อน

    great, easy to understand explanations!

    • @vdespa
      @vdespa  8 หลายเดือนก่อน

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @foodfairyshi
    @foodfairyshi ปีที่แล้ว

    Wow. Great explanation. Thank you

    • @vdespa
      @vdespa  ปีที่แล้ว

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @dhliu9687
    @dhliu9687 2 ปีที่แล้ว

    hey Sir ! Appreciate your video , it is clear easy understand the concept and different : )

    • @vdespa
      @vdespa  2 ปีที่แล้ว

      You are most welcome! I am glad that it helped.

  • @ab2able2
    @ab2able2 ปีที่แล้ว +1

    Easy to understand... Thank you

    • @vdespa
      @vdespa  ปีที่แล้ว

      You are welcome. Thank you for leaving a comment.