Re: [web2py] Website automatically gets logged out

2019-09-08 Thread Saranya S
Found solution to this problem. This is because of a defect in pythonanywhere server. I had http url in my code and I corrected it later to https. But pythonanywhere server assumes it as http even after it is corrected and automatically logged out the user. I have created a new pythonanywhere

Re: [web2py] Website automatically gets logged out

2019-09-05 Thread Saranya S
Thanks SandeepI'm using the same web2py app from github. You have given the link in another thread as well. It's working perfectly when tested in local host(127.0.0.1:8000). I have deployed the same app to pythonanywhere server. Below is the link: https://saranya80a.pythonanywhere.com/payum

Re: [web2py] Website automatically gets logged out

2019-09-05 Thread sandeep patel
Hey Saranya, I have successfully depoyed PayUMoney payment gateway in web2py apps. Here is code repo for that. Please have a look at it. Thanks SP On Thu, Sep 5, 2019 at 4:58 PM Saranya S wrote: > Website automatically logs out after 'PayUMoney

[web2py] Website automatically gets logged out

2019-09-05 Thread Saranya S
Website automatically logs out after 'PayUMoney' payment gateway, redirects to success.html page. This happens only after deploying to pythonanywhere serverSame code works perfectly in local host(http://127.0.0.1:8000) https://saranya80a.pythonanywhere.com/Yugamugi1/default/index Go to t