question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Persistent Sessions

See original GitHub issue

Is there any way to work with persistent sessions? I mean that when a user logged in, I use ctx.request().getSession() methods and when the server is restarted all this atributes are gone and the users have to logged in again. Right now, my little web is under development so I restarted many times a day and I’m wondering if this is posible with Javalin, due to Jetty supports this Thanks alot!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
tipsycommented, Aug 27, 2018

This has been released as part of 2.1.0: https://javalin.io/news/2018/08/27/javalin-2.1.0-released.html

1reaction
zugazagoitiacommented, Aug 23, 2018

Man, you’re awesome, thank you for this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Session Persistence? Definition & FAQs - Avi Networks
Session Persistence (sometimes called sticky sessions) involves directing a user's requests to one application or backend web server for the duration of a ......
Read more >
What is Session Stickiness | Pros and Cons of Using ... - Imperva
Session stickiness, a.k.a., session persistence, is a process in which a load balancer creates an affinity between a client and a specific network...
Read more >
Cookies, Sessions, and Persistence - F5 Networks
Persistence —otherwise known as stickiness—is a technique implemented by ADCs to ensure requests from a single user are always distributed to the server...
Read more >
Persistent Sessions - IBM
A session can be persisted so that a user is not required to authenticate each time they access a site. The information required...
Read more >
Load Balancer Session Persistence - Oracle Help Center
Session persistence is a method to direct all requests originating from a single logical client to a single backend web server. Backend servers ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found