Tuesday, December 24, 2013

Re: Django session question.

Use the Django authentication system, then you can get current user with `request.user`



On Wed, Dec 25, 2013 at 6:30 AM, Chen Xu <xuchen81@gmail.com> wrote:
I am working on a voting website, basically i want to be able to track the votes that come from the same person, or the same session, I am wondering does Django have some kinda built in session implementation that I can use to track people 's actions in the same session?

Thanks in advance

--
⚡ Chen Xu

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACac-qZt74Of4pO9p2sn%2Bup%3DpTNpnSK3_kx3BWkEhL890XQz3A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
Best regards.
/**********************************
google+: +liuerfire twitter: @liuerfire
***********************************/

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFysF%2BTY7e3PcLByaWwZu6KSbsseySQeb41hjQH0fsgGAOFUFw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment