Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / middleware.py @ e0cc1c4a

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
e0cc1c4a 11/28/2012 04:02 pm Sofia Papagiannaki

Cookie handling code refinement

4573cae0 11/28/2012 03:45 pm Sofia Papagiannaki

Ensure ASTAKOS_COOKIE is not set if there is no django session cookie: and check in process_request

47097c8a 11/27/2012 05:10 pm Sofia Papagiannaki

Pass also response during Cookie instantiation

b2ffa772 11/27/2012 04:54 pm Sofia Papagiannaki

Force astakos cookie to follow session state.

111f3da6 05/31/2012 12:04 pm Sofia Papagiannaki

Log main astakos functions

Refs: #2448

68ed1683 05/17/2012 12:25 pm Sofia Papagiannaki

middleware for the synchronization of the django session and the ASTAKOS_COOKIE

if ASTAKOS_COOKIE is set and the request user is not authenticated (sessionid cookie has expired or deleted), authenticate and login the user

Refs: #2291