"Do you get that in the view where you just inserted it into the session?" No, this was from the 2nd view, where I wanted to access the session object
On Fri, Oct 7, 2011 at 1:10 PM, Shawn Milochik <[email protected]> wrote: > On Fri, Oct 7, 2011 at 1:07 PM, Saba Bokhari <[email protected]> wrote: > >> I thought it was something like that, but when I do: >> >> a_cred=request.session['user_cred'] >> print type(a_cred) >> >> I get this result: >> <type 'org.globus.gsi.GlobusCredential'> >> not unicode >> >> > > Do you get that in the view where you just inserted it into the session? > > What do you get when you do the same in the view during the next request > after pulling it from the session? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

