Hello,

I am having trouble getting sessions to work with my production
server. When I move from one page to the next and try to call
request.session["app"] it is giving me a key error even though I know
I had set it in the previous page. This error is only occurring in IE.
Firefox and Chrome work properly.  A little about the server:

Django version 1.2.1
Session engine 'django.contrib.sessions.backend.db'

I'm not using cookies at all presently, but trying to track sessions
through the database.

Does anyone have experience with this issue?

Thanks,
Ben

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to