Regards.

I need to create an object when a user connects to the system. and the 
object must manternerce alive until the user disconnects. This object is 
unique for each user connected to the system.

This object can not be serialized and changes its state throughout his life.

This object should be visible only from django, ie, only the server side.

I have read and all I've found is serialized and stored in session. but. 
thus, it does not work for me.

Thanks in advance.

-- 
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/83771186-2e00-4663-ae40-e82eb1b78c66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to