My page shows a (logged in) user an iFrame but when the iframe
redirects the browser after it's done, the session is lost. The
redirecting of the parent (by the iframe) is done as follows:

=========================
<head>
    <script type="text/javascript">
        function load() {
            parent.location.href='http://localhost:8000/somewhere';
        }
    </script>
</head>
==========================

Is there a way to keep the session alive (e.g. keep the user logged
in)?

Thanks,
2B
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to