![]() |
Is this a good idea? (Sessions & Cookies manipulation) read
I was wondering since sessions don't work well with applications (logging in from a program to download data from a website doesn't allow the session to be persistent) So I was wondering if I should set a cookie based on the current session id, store that session in the database with the current time. Then I can manipulate my script to delete sessions after so long to make them re`login, that way I can use my python program to login yet it will log them out in a certain time(possibly 24 hours or less).
So, is it a good idea to store current session in db with the current time and in the users table, then store that session in a cookie to stay logged in then delete the cookie in db, and if that session no longer exists in the database they have to re`login. The whole purpose of this is allowing me to stay logged in, in my python application which will make things much easier for the users. |
Hmm.. well a down side of it is you're adding another layer of complexity to your model, this could have implications on your app's efficiency.
Check this out anyway - Chris Shiflett: Guru Speak: Storing Sessions in a Database |
I found a way to do it regularly
|
| All times are GMT. The time now is 03:13 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0