Skip to main content

Questions tagged [session]

A session refers to the communication between a single client and a server. A session is specific to the user and for each user a new session is created to track all the requests from that user.

0 votes
0 answers
9 views

Reflected XSS Cookie Grabbing for Internal application

I'm able to execute reflected xss on an internal application which does not have internet access. The developer is asking me to exploit the issue. he also assures that the session id is mapped to IP ...
AppSec's user avatar
  • 1
0 votes
0 answers
35 views

Can't get file because logged in is not kept

I'm encountering the same situation which is described in this page How to requests.Session().get if website does not keep me logged in? with another website: Trying to download an executable on this ...
Kaoru54's user avatar
  • 11
-1 votes
0 answers
13 views

Logout of a Google Account on a server [closed]

I have an online windows server running some jobs on chrome, for these jobs to run I need an active login of my google account on chrome, but the account keeps logging out every couple of days. I need ...
Abubaker Tagelsir's user avatar
0 votes
0 answers
17 views

FIX Dropcopy client implemented with C++/FIX8 . Session management and resend problem

Implemented a C++ client which establishes 8 sessions and reads from the server. The messages I process are Logon/Logoff/TradeCaptureReport and ExecutionReport. My questions are below: Should I keep ...
bilge's user avatar
  • 91
-1 votes
0 answers
23 views

How to start new termux session with a command from the command line?

I know a command to start new termux session with cmdline: am startservice -n com.termux/.app.TermuxService -a com.termux.service_execute --ez com.termux.app.failsafe_session false But how to start ...
Duck's user avatar
  • 15
0 votes
1 answer
28 views

Deleted user remains logged in despite account deletion

I'm encountering an issue where users remain logged in even after their accounts have been deleted by an admin in my Express.js application using MongoDB for user data storage. When an admin deletes a ...
prajitha k's user avatar
-2 votes
0 answers
23 views

does a session ends when we close the browser or not? [closed]

I am studying about http basics and authentication and I confronted, the term session, basically in a nutshell, I realized session is duration between when we login into an account on a website and ...
Lome G ner's user avatar
0 votes
0 answers
36 views

How to retrieve and empty customer cart in WooCommerce after payment?

hello I made a plugin which follows that scenario : 1-client send data to payment gateway 2- gateway responses with url 3- client get redirected to that url 4- after payment server sends req with ...
muhammed Amr's user avatar
1 vote
1 answer
33 views

.NET Core and framework share particular session variables by SystemWebAdapter

Our ASP.NET Webforms projects have many session variables. Per SystemWebAdapter, I need to list of them by AddJsonSessionSerializer in Application_Start. Is it possible that I can limit them to that ...
user25654022's user avatar
0 votes
1 answer
28 views

What If Session Expires While User Is Still On The Website

Suppose that there are 5 minutes left for the session to expire when user enters the website.Every action that user will make after 5 minutes will be rejected by server if it requires you to login and ...
Tunahan Keklik's user avatar
-1 votes
2 answers
66 views

Can i dynamicaly set the session timeout per session?

I want to develop a keep me logged in today button for my login system. I want to do this without the use of cookies if possible. My first instinct was to change the session timeout based on this ...
Spider Angel's user avatar
0 votes
0 answers
55 views

PHP code cannot detect $_SESSION variable after user command redirect until click refresh the page on browser [closed]

My PHP code was create session variable as $_SESSION['ReturnValue'] = "Value"; when redirect to another web page with command header("location : product.php"); found that cannot ...
Thawatchai Sap-Ulai's user avatar
0 votes
0 answers
30 views

Session Persistence Issue Between Two Django Projects Using Both JWT and Session Authentication

Background Project A Legacy system Django full-stack server based on a template language Using sessions for authentication Python version 3.8 Django version 3.2 Project B New project JSON-based Django ...
genie's user avatar
  • 1
-1 votes
0 answers
254 views

TDATA / session + json telethon telegram HOW?

i want to make a soft for manage telegram accounts. right now i have a TDATA file of account but everyone told me that i needed a session + json for work with telethon. i search and know that session +...
Reac Bandella's user avatar
0 votes
1 answer
34 views

When I click on logout button I still can go back to previous page using browser's back button [duplicate]

I have a servlet where i validate the login using POST and logout using GET. So, i want when i click on logout button, i cannot go back to previous page because the session is terminate. But it did ...
MUHAMAD ZAINUL SHAHMY ZAINI's user avatar

15 30 50 per page
1
2 3 4 5
2961