Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

session

Sticky and NON-Sticky sessions

September 30, 2022 by Tarik

When your website is served by only one web server, for each client-server pair, a session object is created and remains in the memory of the web server. All the requests from the client go to this web server and update this session object. If some data needs to be stored in the session object … Read more

Categories session Tags session, sticky-session Leave a comment

How to save and restore multiple different sessions in Vim?

September 21, 2022 by Tarik

You want something like :mksession ~/mysession.vim Then later you can source that vim file and you’ll have your old session back: :source ~/mysession.vim or open vim with the -S option: $ vim -S ~/mysession.vim

Categories session Tags session, vim Leave a comment

Do sessions really violate RESTfulness?

September 12, 2022 by Tarik

First of all, REST is not a religion and should not be approached as such. While there are advantages to RESTful services, you should only follow the tenets of REST as far as they make sense for your application. That said, authentication and client side state do not violate REST principles. While REST requires that … Read more

Categories session Tags cookies, rest, restful-authentication, session Leave a comment
Newer posts
← Previous Page1 … Page4 Page5

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa