I'm having problems authenticating an http POST from a java applet (which is loaded from a fully authenticated django view).
Does anyone have any idea how I could share the authentication of the browser user with the applet which is loaded? Am i missing something blindingly obvious here? I am considering passing some sort of request.session key to the applet, via a parameter, but I am unsure how i can search currently open sessions (in django_session) for the key? Any help / suggestions would be very very welcome. How would authentication be share with a Flash Movie loaded via HTML? Does this just work? (i'll have to try!)
-- 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.