Session issues in Internet Explorer

2010-10-19 Thread Quiet Light Development
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

Re: Session issues in Internet Explorer

2010-10-19 Thread Quiet Light Development
at 21:13, Quiet Light Development wrote: > > > 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