the dict was supposed to be passing in the logged user, though I am
starting to think I don't need to pass anything as long as I can get
the session set.
Another developer in the office wrote the auth code so it took me a
bit to get a handle on just what it was doing.

I am thinking if i get the session set properly I will be ok...


On Jun 21, 12:44 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote:
> On 6/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
> > Jeremy,
> >    Thanks for the response.
>
> > to be more clear maybe -
> >    i was actually trying to pass the dictionary as part of the request
> > object - since the view looks for the logged participant in the
> > request from the page.
>
> > what if my view does not take a qstring?  I need to pass it some
> > pieces in the request...
>
> I'm not sure I follow.  There are 4 ways to pass information in the
> request: the URL itself, the querystring, the POST variables, and
> cookies.
>
> How were you wanting to "pass in some pieces in the request"?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to