Dineshs91 / test_blog

Blog using django
0 stars 1 forks source link

Proper session handling. #19

Closed Dineshs91 closed 10 years ago

Dineshs91 commented 10 years ago

As of now, there is no session handling. The session doesn't expire, literally (Default value is taken). Proper session handling mechanism must be implemented.

satish28 commented 10 years ago

Implemented session expiration

Dineshs91 commented 10 years ago

The implemented session expiration is not sufficient.

Dineshs91 commented 10 years ago

As of now we are logging out the user after 45 minutes. But we have to enhance this. Enhancement we can do in the next version.