Hello Carl, hello Florian, thank you for your both replies, I feel confident that we'll sort it out now.
On Friday, September 19, 2014 5:56:08 PM UTC+2, Carl Meyer wrote: I can't say for sure without checking, but I would be very surprised if > anything in Django's session code has a hard restriction to a length of > 12 characters. > As far as I can see, a session ID is 32 characters per default and the default database backend model has a max_length of 40, so that's the only restriction there is. But I hope I can avoid subclassing a SessionStorage altogether. Nikolai. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/c6cc7ef6-31ee-4fac-8890-e3d88c5d1389%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
