Re: Django session question.

2013-12-25 Thread Daniel Roseman
Did you Google "Django sessions" before posting? Or even look on the Django documentation index for any page entitled "sessions", such as this one: https://docs.djangoproject.com/en/1.6/topics/http/sessions/ ? -- DR. On Tuesday, 24 December 2013 22:30:08 UTC, Chen Xu wrote: > > I am working on

Re: Django session question.

2013-12-24 Thread liuerfire Wang
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 wrote: > I am working on a voting website, basically i want to be able to track the

Django session question.

2013-12-24 Thread Chen Xu
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 -- ⚡

session question

2009-10-26 Thread webbo
Hi all, It's great to join this great Django place !! I am trying to make session work, but it doesn't work as I think. I want my 2 pages able to share the same variables that I stored in session. Thanks first for paying attention on this post. Please give me some suggestion as bellow: I

Re: session question

2007-07-18 Thread Russell Keith-Magee
On 7/18/07, james_027 <[EMAIL PROTECTED]> wrote: > > sorry for this stupid question ... does django's session only work > when cookies are enabled? Yes. Yours, Russ Magee %-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: session question

2007-07-18 Thread Malcolm Tredinnick
On Wed, 2007-07-18 at 06:51 +, james_027 wrote: > hi, > > sorry for this stupid question ... does django's session only work > when cookies are enabled? That is correct. See http://www.djangoproject.com/documentation/sessions/#session-ids-in-urls for the documentation on this. Regards,

session question

2007-07-18 Thread james_027
hi, sorry for this stupid question ... does django's session only work when cookies are enabled? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to