﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3423	admin zone error	aribao@…	Adrian Holovaty	"Hello, I'm using django 0.95.1 and I got this error in when I try to log in the admin zone:
Traceback (most recent call last):
File ""/var/lib/python-support/python2.4/django/core/handlers/base.py"" in get_response
  74. response = callback(request, *callback_args, **callback_kwargs)
File ""/var/lib/python-support/python2.4/django/contrib/admin/views/decorators.py"" in _checklogin
  49. if request.user.is_authenticated() and request.user.is_staff:
File ""/var/lib/python-support/python2.4/django/contrib/auth/__init__.py"" in get_user
  71. user_id = request.session[SESSION_KEY]
File ""/var/lib/python-support/python2.4/django/contrib/sessions/middleware.py"" in __getitem__
  18. return self._session[key]
File ""/var/lib/python-support/python2.4/django/contrib/sessions/middleware.py"" in _get_session
  57. self._session_cache = s.get_decoded()
File ""/var/lib/python-support/python2.4/django/contrib/sessions/models.py"" in get_decoded
  61. encoded_data = base64.decodestring(self.session_data)

  TypeError at /admin/
  a2b_base64() argument 1 must be string or read-only character buffer, not array.array

I have tested it with python 2.4 and 2.5

Could you help me please?

Thank you."		closed	Core (Management commands)	0.95		duplicate	login error		Unreviewed	0	0	0	0	0	0
