#chiayi
1 messages · Page 1 of 1 (latest)
I don't think it's possible to read user's browser cookie off the top of my head for Stripe app. Can I suggest you writing to Support https://support.stripe.com/contact to double confirm?
okay, is there any other way that you can think of for me to track user's login status on my company's website?
In general, session cookies can be used to keep track of the login status of a website
can stripe app read user's session cookies? (not sure if its the same as browser cookie)
another question - can a non stripe app store key value in secret store api and then let a stripe app access the key value?
Session cookie is part of the browser cookies. I'd recommend double checking with Stripe Support about this