Павел Тявин

less info
273 reputation
211
bio website
location
age
visits member for 2 years
seen 4 hours ago
stats profile views 39

May
17
awarded  Popular Question
Apr
20
asked Browser back button with history API
Apr
3
comment Why django makes many session object in database?
Riccardo Galli, no
Apr
2
revised Why django makes many session object in database?
added 187 characters in body
Apr
2
comment Why django makes many session object in database?
As I said, session table update every on request. Session are not out of date.
Mar
27
comment Why django makes many session object in database?
Sorry, I didn' catch. Do you mean django doesn't know a user object when it implements M middleware? If so, how does messages middleware works without knowing a user object?
Mar
27
awarded  Promoter
Mar
18
comment Why django makes many session object in database?
There is 'original' session {'_auth_user_id': 1L, '_auth_user_backend': 'django.contrib.auth.backends.ModelBackend','a':'a'} and others like {'a':'a'}
Mar
18
comment Why django makes many session object in database?
so? session dict doesn't being changed.
Mar
18
asked Why django makes many session object in database?
Mar
18
comment simple password validation
There are no registered users. Every user is annonymous.
Mar
17
comment simple password validation
it's not big. it can be 2^(-64) as I said
Mar
17
comment simple password validation
As I said (upd2), 3 digits and 6 digits are only for example. They could be 64 and 128 digits
Mar
15
revised simple password validation
added 83 characters in body
Mar
15
comment simple password validation
Are you sure that checking that array contains some value is O(1) of it's size? As DavidA said above it is O(log(N))
Mar
15
comment simple password validation
I didn't catch. So I need to generate this hashes and then look the hash of incoming string among these hashes?
Mar
15
revised simple password validation
added 308 characters in body
Mar
15
asked simple password validation
Mar
5
answered Django 1.5: adminmedia and django-filebrowser-no-grappelli
Mar
4
comment Using DjangoFullSerializers to serialize custom ManyToMany relations into JSON
I did the same, but it didn't help me.