Hey there,

(Forgive my ignorance)

My web application is heavily based around form input. I'd like to update 
the user's session with each form input that they update or change while 
working with a form. I'm thinking of implementing some simple javascript 
that listens for 'change' events on each form input. When the 'change' 
event fires, I'd like to make an ajax request to update the users session 
with that form input name and value. To do this, I would have to write a 
view that would allow the user to POST any thing they wanted (essentially) 
to their session - is this safe? It makes me think twice.

-- 
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+unsubscr...@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/8def111a-84d1-4d2e-aa3b-4d93492db9d2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to