Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using sessions for storing ProcessPaymentRequest #7379

Open
skoshelev opened this issue Oct 23, 2024 · 1 comment
Open

Avoid using sessions for storing ProcessPaymentRequest #7379

skoshelev opened this issue Oct 23, 2024 · 1 comment

Comments

@skoshelev
Copy link
Contributor

At the moment we use sessions to store the ProcessPaymentRequest object during the checkout process. But this solution is associated with a number of problems, the main one being the lack of a session for AJAX requests. We encountered this problem at the stage of developing the WEB API, I think other developers have the same problem.
It is better to use generic attributes for these purposes

@ahmadkq
Copy link

ahmadkq commented Oct 30, 2024

GenericAttributes table has lot of records and its performance is not good. I suggest to use something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants