I’m creating a website with a database search functionality, but I want to make the user login or create a account first to use the search functionality. How do I do this? And what is the easiest way to carry the login session forward. I.E. the user only has to login once to do many searches.
Share
Look at Web Frameworks for Python, and select one of the listed
Popular Full-Stack Frameworks (Django, TurboGears, …).
Each framework provides its own session support.
SO discussions, for example choosing-a-web-application-framework-in-python,
can help you choose one that meets your requirements.