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.

possible custom Session ID with each query

See original GitHub issue

Is it possible to send custom session_id with each query, it can allow us to create separate sessions for each client on request basis. Currently the session_id is the one created while connecting. Once connected it cannot change, however we send it explicitly in each HTTP Request, just confirmed it in debug mode.

If this is not possible, can it be done? It’s a minor change because we are already using me.opts.config in each request, we can just extend the object with a third parameter in _getReqParams(query, data)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
TimonKKcommented, Apr 30, 2020

You need parallel query with own session? Or you need pass some specific session_id in each query?

0reactions
sarthaksahnicommented, Jun 2, 2020

Thanks a ton!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Taking session ID from query params : r/symfony - Reddit
I tried creating a custom SessionHandler, but then found out that in a custom sessionhandler/proxy the id is already defined/set (I hoped that...
Read more >
Use of GET request method with sensitive query strings ...
A session ID was identified in the request URL as well as a cookie value. Session IDs should not be sent in GET...
Read more >
Passing the Session ID - Manual - PHP
Passing the Session ID ¶. There are two methods to propagate a session id: Cookies; URL parameter. The session module supports both methods....
Read more >
To creation session id using SQL Query for wifi log user events
I want to create session id's at user level for his/her activities. Identified that one session can be grouped by all events between...
Read more >
Session Management - OWASP Cheat Sheet Series
The session ID must simply be an identifier on the client side, and its value must never include sensitive information (or PII). The...
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