ruby on rails - RailsRestore Session Data with Session_ID -


during checkout process data stored in session variables until payment had been successful @ stage data saved database. our latest integration new payment gateway client directed gateway , directed back.

the problem when user redirected payment gateway, new session created , data "lost". if have session_id of client before sending him payment gateway, , pass session_id through process, there anyway can restore previous session session_id.

this is: application.config.session_store :cookie_store, :key => '

thanks in advance


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -