python - Django session id security tips? -


i'm developing site python + django , making login started using request.session[""] variables session user in, , realized when generates cookie "sessionid" in value every time user logs in, "c1cab412bc71e4xxxx1743344b3edbcc" , if take string , paste in cookie on other computer in other network , everything, can have acces session without login in.

so i'm asking here if can give me tips of how can add security on system or if i'm doing wrong setting session variables?

can give me suggestions please?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -