Hi, I need to know how can I access data stored in the session out of a view. I have created a custom template tag which has to check a variable stored in the request.session. It's strictly necessary to store the data in a session variable at this moment. Inside the custom template tag, I don't get the request object since it's not a view. I have no idea about how to retrieve the data.
And a secondary question related to this. If I wanted to retrieve a value by GET within the template tag. Is it possible to access it? Thank you very much. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---