django - Storing data in request.session and safety in regards to changes -


within system, allow users in multiple departments. due time takes perform such query , need often, decided like:

        request.session['user_departments'] = department_ids 

if done on https, should assume reuse data safely, or need perform query got me array of department_ids everytime need departments user in?


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -