Opened 12 years ago

Closed 12 years ago

#19744 closed Bug (invalid)

File-based session don't work with login_required decorators.

Reported by: NJ Owned by: nobody
Component: Uncategorized Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am new to the Django Framework and still studying. And currently, I'm working on the session handling. At first I thought it has a conflict with the login feature but when I removed the login_required decorators, and it worked and there was a result in the request.session

Is it because of the decorator or I'm just missing something????

Thanks for the help..

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top