#Village_admin-php-install
1 messages ยท Page 1 of 1 (latest)
Hi there! Just needs to be accessible to your server.
So yes, by the include_once()
Thx.
yes
Just wanted to make sure i didn't need to have them exposed to the public allowing people to probe the pages.
Nope no reason your clientside needs this.
And lastly, in the documentation there is talk of creating "sessions". Does that mean PHP sessions? Or is that just stripe lingo for creating a class instance of customer/transaction information?
not sure what you are asking of me
PHP has sessions, which get stored in user browser cookies and key=values then get saved on server.
In stripe documentation it says you have to create a session.
So is stripe using PHP sessions, is it going to conflict with existing PHP session?
i need help with billing and setting up my account they need a web site
@tawdry iris please post in the main channel
And I will create a new thread to help you.
This thread is specifically for Village_Admin
Oops, i thought lynn was talking "to" me.
where is the main channel
@robust current you are likely referencing Stripe Checkout which you create a Checkout Session in order to integrate: https://stripe.com/docs/api/checkout/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@tawdry iris click on "devhelp" on the left panel to get back to the main channel
Yes, is that touching PHP sessions, or is stripe just using that lingo "sessions" to mean something other than PHP sessions between browser and backend?
Okay, thanks, im done, you can close/remove this thread.
๐
Hi! I have a woocommerce site, where I have been using stripe payment. I have uninstalled it, but it still loads some cookies for stripe payment. How can I remove them?